Help With showing players on team
#5

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
Reply


Messages In This Thread
Help With showing players on team - by lSCARl - 11.08.2010, 04:27
Re: Help With showing players on team - by ScottCFR - 11.08.2010, 07:07
Re: Help With showing players on team - by r0b - 11.08.2010, 09:12
Re: Help With showing players on team - by Carlton - 11.08.2010, 09:22
Re: Help With showing players on team - by lSCARl - 11.08.2010, 13:50
Re: Help With showing players on team - by Carlton - 11.08.2010, 15:39
Re: Help With showing players on team - by Kar - 11.08.2010, 16:42

Forum Jump:


Users browsing this thread: 2 Guest(s)