• GM:PlayerCanJoinTeam( ) define what team.
    0 replies, posted
Is it possible to define what team can't be joined by [I]n[/I] person? Example: [lua]function GM:PlayerCanJoinTeam( ply ) if (pl:IsUserGroup("nojoin")) then return false end end[/lua] But only for one specific team.
Sorry, you need to Log In to post a reply to this thread.