• Applejack Vehicles cant spawn
    3 replies, posted
Hi, So basically me and bluecrest have been developing a custom applejack gamemode but he has been gone for the last week, now here I am lost without knowning what to do, everytime i spawn a vehicle this pops up in the server console. Here is the error: [URL="https://www.gyazo.com/e8793558f460cf25bb70c42ac741b0dc"]HERE[/URL] Thanks for reading. PS: YES PAWSATIVE THIS IS YOUR EDITED BASE SCRIPT
Can't really help as I don't see your items. But, here's an example one that works, in gamemode/items/vehicles/makeyourown.lua, add like this: [code]ITEM.Name = "Nissan 350z"; // Name in F1 Menu, and inventory ITEM.Cost = 425000; // Price ITEM.Model = "models/tdmcars/350z.mdl"; // Model ITEM.Store = true; // Add to store, false for no. ITEM.Plural = "350z's"; // Name if you have multiple ITEM.Description = "A fast sports vehicle"; // Description for inventory/F1 Menu ITEM.VehicleName = "350ztdm" // ENT Name ITEM.Base = "vehicle" // Don't touch this. [/code]
Item list: [URL="https://gyazo.com/cd2c981d2a94e6b53d78b44e7566228a"]https://gyazo.com/cd2c981d2a94e6b53d78b44e7566228a[/URL] What's in one of the items: [URL="https://gyazo.com/a76174ba6afaa17c9b0dd2e16410ee21"]https://gyazo.com/a76174ba6afaa17c9b0dd2e16410ee21[/URL]
Pawsative why did you deny and block my steam friend request xD
Sorry, you need to Log In to post a reply to this thread.