Ok i created a class for dark rp and i get an error and the whole f4 menu breaks. I have Dark rp 2.3.7: [url]http://www.garrysmod.org/downloads/?a=view&id=70002[/url] NO JOBS SHOW UP AT ALL.
my Shared.lua
//Created using DeaDeye's Classmaker
TEAM_CARS = AddExtraTeam("Car Dealer Owner", Color(153, 51, 0, 255), "models/player/barney.mdl", [[You can sell Car
shipments!!!!
Weapons:
keys, weapon_glock]], {"keys","weapon_glock"}, "cars", 1, 75, 0, true, true, {Car dealer Salesmen})
//Created using DeaDeye's Classmaker
TEAM_CARSSALEMEN = AddExtraTeam("Car dealer Salesmen", Color(255, 51, 0, 255), "models/player/gman_high.mdl", [[Try to
get the person to buy a car.
Weapons:
keys]], {"keys"}, "carssalemen", 3, 65, 0, false, true, false)
I made this at: [url]http://darkrp.megagamer.net/kit/index.php?i=classmaker[/url]
Please Help!!
Read the shared.lua's examples. Old and new DarkRPs have a slight difference on their job format. I suggest using the svn version of DarkRP or check your shared for examples.
Sorry, you need to Log In to post a reply to this thread.