12.07.2010, 08:24
Dude its not working here the code
Quote:
switch(gTeam[playerid]) // Change to gTeam if your using that as Team checking. { case TEAM_ZOMBIE: // Seeker Team { SetPlayerTeam(playerid,TEAM_HUMAN); // Transfers the person to hider team after he dies. Hider(playerid); } } return 1; } |