• Group Chat Doesn't Work
    7 replies, posted
I am trying to create jobs for my Starwars RP server. I tried using; GAMEMODE:AddGroupChat(List of team variables separated by comma) but then was told to use; GAMEMODE.createGroupChat(List of team variables separated by comma) So, here is the code I was using: DarkRP.createGroupChat(TEAM_NAVAL) DarkRP.createGroupChat(TEAM_JEDI) DarkRP.createGroupChat(TEAM_STARCORPS) DarkRP.createGroupChat(TEAM_ARF) DarkRP.createGroupChat(TEAM_ARC) DarkRP.createGroupChat(TEAM_PILOTS) DarkRP.createGroupChat(TEAM_STARCORPS) DarkRP.createGroupChat(TEAM_DOOM) DarkRP.createGroupChat(TEAM_CG) DarkRP.createGroupChat(TEAM_GM) DarkRP.createGroupChat(TEAM_RC) DarkRP.createGroupChat(TEAM_ATTACK) DarkRP.createGroupChat(TEAM_STARCORPS) DarkRP.createGroupChat(TEAM_LEGION) DarkRP.createGroupChat(TEAM_WOLFFE) DarkRP.createGroupChat(TEAM_PURPLE) DarkRP.createGroupChat(TEAM_RM) DarkRP.createGroupChat(TEAM_CUSTOM) DarkRP.createGroupChat(TEAM_DROID) So, what am I doing wrong? What can I fix?
you may need more than one team in between a bracket at a time so they communicate effectively, that way having just a single team in a single group chat means they only talk to themselves, and there should be a format to follow. Any errors?
I dont want them to be able to talk to eah other. I want each team to be able to use group chat to talk to their own team.
it gives you a template, here. darkrpmodification/categories.lua at master · FPtje/darkrpmodifi..
That aas about categories. Reread my post, then try again. Thanks.
yeah i didnt read the file properly, nevertheless it still gives you a template in the groupschat.lua file. darkrpmodification/groupchats.lua at master · FPtje/darkrpmodifi..
If I am not mistaken, I would write it like this? StarwarsRP:AddGroupChat(TEAM_NAVAL) Anything I need to add/change?
I guess so, try bothways see which one works. Idk how starwarsrp works
Sorry, you need to Log In to post a reply to this thread.