forked from UNLOZE/sm-plugins
small changes
This commit is contained in:
@@ -186,6 +186,7 @@ public Action OnJoinTeamCommand(int client, const char[] command, int argc)
|
||||
if(g_bZombieSpawned && NewTeam == CurrentTeam)
|
||||
return Plugin_Handled;
|
||||
|
||||
ForcePlayerSuicide(client);
|
||||
ChangeClientTeam(client, CS_TEAM_NONE);
|
||||
ChangeClientTeam(client, NewTeam);
|
||||
return Plugin_Handled;
|
||||
|
||||
Reference in New Issue
Block a user