Quote:
Originally Posted by CarltonTheGG
Uhm, lets try something simple.
pawn Код:
if(!strcmp(cmdtext, "/alive", true)) { new zzst[24]; for(new i = 0; i < GetMaxPlayers(); i ++ ) { if(!IsPlayerConnected(i)) continue; if(GetPlayerTeam(i) == TEAM_HIDER) { GetPlayerName(i, zzst, 24); SendClientMessage(playerid, 0xFFFFFFA, zzst); } } }
|
dude when i add this on it says unkown command can you please help