11.11.2010, 21:16
wow my bad, I copied some extra stuff there xD
Код:
if(strcmp(cmd, "/human", true) ==0) { if(team[playerid] == 0) { team[playerid] = 1; SendClientMessage(playerid,GREEN,"You may now spawn."); HideMenuForPlayer(mainmenu,playerid); return 1; } else { team[playerid] = 1; SetPlayerHealth(playerid, 0); return 1; } }