• Would this groupchat work?
    0 replies, posted
So, i wanna know if i can make the group chats faster made so i don't have to update them everytime i make new jobs. Would this work then? If i had these two jobs: [LUA]TEAM_HAVOCG = DarkRP.createJob("Havoc Gunner", { color = Color(255, 92, 0, 255), model = {"models"}, description = [[description]], weapons = {"weapons"}, command = "hgunner", max = 5, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, -- CustomCheck medic = false, chief = false, mayor = false, hobo = false, cook = false, category = "category", }) TEAM_HAVOCS = DarkRP.createJob("Havoc Sniper", { color = Color(255, 92, 0, 255), model = {"models"}, description = [[description]], weapons = {"weapons"}, command = "hsniper", max = 5, salary = 100, admin = 0, vote = false, hasLicense = false, candemote = false, -- CustomCheck medic = false, chief = false, mayor = false, hobo = false, cook = false, category = "category", })[/LUA] Can i just make the groupchat like this then? [LUA]GAMEMODE:AddGroupChat(TEAM_HAVOC*)[/LUA] Instead of [LUA]GAMEMODE:AddGroupChat(TEAM_HAVOCG, TEAM_HAVOCS)[/LUA] [editline]4th May 2016[/editline] Okay, i got 2 dissagrees.. So it wont work then..
Sorry, you need to Log In to post a reply to this thread.