• Jobs / Characters
    2 replies, posted
When i write this into my shared.lua i start the server then i start garrys mod and when im on the server i cant see the jobs/characters i only see the normal like Civil Protection and all that but i dont see the jobs/characters i add ? Some help ?? TEAM_votevp = AddExtraTeam("Vice President", Color(255,150,0,255), "models/player/eli.mdl", [[The VP! Help The President Manage The City. And If He's Too Powerful, OverRun Him... ]], {"weapon_p2282"}, "votevp", 1, 70, 0, true) TEAM_subdealer = AddExtraTeam("Substance Dealer", Color(0,52,68,255), "models/player/odessa.mdl", [[Sells Illegal Substances... <Bad Boy!> ]], {"weapon_fiveseven2"}, "subdealer", 2, 60, 0, false) TEAM_merch = AddExtraTeam("Merchant", Color(055,135,10,255), "models/player/group01/male_04.mdl", [[Buy And Sell Stuff For A Living Self Explained... ]], {"weapon_bugbait"}, "merch", 2, 50, 0, false) TEAM_work = AddExtraTeam("Office Worker", Color(55,55,55,255), "models/player/ct_urban.mdl", [[Works At The Office Pretty Much The Backbone Of OfficeRP ]], {"weapon_p2282"}, "work", 5, 50, 0, false) TEAM_guard = AddExtraTeam("Guard", Color(255,40,55,255), "models/player/barney.mdl", [[Gaurd For Hire BE PROTECTED IN THIS WORLD OF EVIL ]], {"weapon_ak472"}, "guard", 3, 60, 0, true) TEAM_build = AddExtraTeam("Builder", Color(0,255,55,255), "models/player/alyx.mdl", [[Hire This Guy To Build A PRO Base! ]], {"weapon_bugbait"}, "build", 5, 50, 0, false) TEAM_client = AddExtraTeam("Client", Color(255,120,20,255), "models/player/group03/male_07.mdl", [[You Are The Client... Do What Your Supposed To... ]], {"weapon_deagle2"}, "client", 15, 50, 0, false) TEAM_wirenerd = AddExtraTeam("Wire Nerd", Color(70,0,255,255), "models/player/group03/female_07.mdl", [[You Are A Pro At Wire, Build Wire Stuff For $$$ ]], {"weapon_bugbait"}, "wirenerd", 2, 50, 0, false) TEAM_security = AddExtraTeam("Security", Color(50,0,150,255), "models/player/group03/male_02.mdl", [[You ARE The Backup...The Security... YOU ARE EPIC ]], {"weapon_m162"}, "sec", 3, 60, 0, false) TEAM_tech = AddExtraTeam("Technician", Color(0,200,50,255), "models/player/barney.mdl", [[Sell Installations For PCMod With The Install Disk. ]], {"pcmod_installdisk"}, "technician", 1, 50, 0, false) TEAM_bar = AddExtraTeam("Bartender", Color(200,30,0,255), "models/player/classic.mdl", [[Buy A Beer Rack And Sell Some Beer.(Leagal) ]], {"weapon_bugbait"}, "bartender", 2, 50, 0, false) TEAM_DRUG = AddExtraTeam("Drug Baron", Color(50,0,150,255), "models/player/arctic.mdl", [[Sell Drugz ]], {}, "drugbaron", 10, 100, 2, false) TEAM_SWAT = AddExtraTeam("S.W.A.T", Color(0,0,153,255), "models/player/barney.mdl", [[Raid And Protect ]], {"weapon_ak472, weapon_pumpshotgun2"}, "swat", 3, 300, 0, true) TEAM_SWATCHIEF = AddExtraTeam("S.W.A.T Chief", Color(0,0,153,255), "models/player/barney.mdl", [[Raid And Protect Also Command ]], {"weapon_ak472, weapon_pumpshotgun2, weapon_mp52, weapon_real_cs_smoke"}, "swatchief", 1, 500, 0, true, TEAM_SWAT) TEAM_terrorist = AddExtraTeam("Terrorist", Color(55,55,55,255), "models/player/ct_urban.mdl", [[Blow Up Some stuff, For Allah ]], {"weapon_p2282, weapon_jihadbomb"}, "terrorist", 1, 50, 0, true) TEAM_ninja = AddExtraTeam("Ninja", Color(55,55,55,255), "models/player/ct_urban.mdl", [[Blow Up Some stuff, For Allah ]], {"weapon_p2282, spiderman, weapon_real_cs_awp"}, "ninja", 2, 50, 0, true) TEAM_FOOD = AddExtraTeam("Food Salesman", Color(55,55,55,255), "models/player/ct_urban.mdl", [[Sell Food WITHOUT Posion Or Go To Jail ]], {"weapon_p2282"}, "foodsalesman", 2, 50, 0, false) TEAM_ADMIN = AddExtraTeam("Admin Police", Color(255,255,255,255), "models/Combine_Super_Soldier.mdl", [[The Admin Police is only used by admins, they do the most basic admin things. ]], {"Pump Shotgun", "Frag", "P90", "StunStick", "Arrest Baton", "Unarrest Baton"}, "adminpolice", 10, 20000, 1, false) TEAM_LOCK = AddExtraTeam("Locksmith", Color(55,55,55,255), "models/player/ct_urban.mdl", [[Break Some Locks Fix Some More Locks ]], {"weapon_pumshotgun2, lockpick"}, "locksmith", 2, 50, 0, true) TEAM_SNIPER = AddExtraTeam("S.W.A.T Sniper", Color(55,55,55,255), "models/player/artic.mdl", [[HEADSHOT SOME TERRORISTS! ]], {"weapon_p2282, spiderman, weapon_real_cs_awp"}, "swatsniper", 2, 50, 0, true) TEAM_HIT = AddExtraTeam("Hitman", Color(55,55,55,255), "models/player/ct_urban.mdl", [[Killz 4 Cashz ]], {"weapon_deagle2, weapon_real_cs_awp"}, "hitman", 2, 100, 0, true) TEAM_ZOMB = AddExtraTeam("Zombie", Color(200,30,0,255), "models/player/classic.mdl", [[Braaaaaaaaaaaiiinzzzzzz ]], {"spiderman"}, "zombie", 2, 50, 0, true)
Using DarkRP 2.3.7? You'll have to put into a text file in the data folder, but unfortunately I can't remember it's name.
I put that over there in shared.lua but doesnt work :S
Sorry, you need to Log In to post a reply to this thread.