• Job makes u leave gang
    2 replies, posted
Pretty Much there are gangs that a player can join and be apart of.. I'm trying to make it so when a player takes a government official job, they are no longer affiliated with the gang, but when they leave the job, they get their gang back. I'm currently using user messages and network hooks to do it... but can't get it to rejoin the gang... BTW this is Perp Gamemode. The code I'm using to leave the gang is: [code] if Player:GetOrganization() > 0 then umsg.Start('perp_org_set', Player); umsg.Short(0); umsg.End(); Player:SetNetworkedString('perp_org', ''); end [/code] But no Idea how to get the gang back when they leave job.. Any help would be awesome... Thx
Why not just keep them in the gang and hide everything that shows they are in one when they are in an offical job
Why are you using PERPs code? Just code your own.
Sorry, you need to Log In to post a reply to this thread.