See I want to have custom jobs for a game mode I am currently working on. I am really loving coding and loving the learning experience.
I’m not to far into it but I have a full VGUI.
I want to make custom jobs. They don’t have to be relevant to be in my menus to select them to become them yet.
I simply want to just get custom jobs working. So I would like it to be kind of simular to darkrp, but not as much.
Can you tell me how I could go about setting up custom teams?
AddExtraTeam( “<NAME OF THE CLASS>”, Color(<red>, <Green>, <blue>, 255), “<Player model>” , [[<the description(it can have enters)>]], { “<first extra weapon>”,"<second extra weapon>", etc…}, “<chat command to become this class (WITHOUT THE “/” OR “VOTE”!)>”, <maximum amount of this team>, <the salary he gets>, 0/1/2 = public /admin only / superadmin only, <1/0/true/false Do you have to vote to become it>, TEAM: Which team you need to be to become this team)
I scammed darkrp and I cannot find code where it links this code to be recognized and know what it means.
like how it knows AddExtraTeam means to add another team ettc. I know DarkRP fairly well and lua scripting also. I just have my places I get stuck and that im not good in.