[Ajuda] Ajuda aqui no /procurados
#4

pawn Код:
if(strcmp(cmdtext, "/procurados", true) == 0){
SendClientMessage(playerid,0x0080FFAA,"~~~~~~~~~~~~~~~~ Procurados ~~~~~~~~~~~~~~~~");
new Jogador[24];
new count = 0;
new msg[120];
for(new i=0; i<MAX_PLAYERS; i++){
if(IsPlayerConnected(i) && Procurados[i]){
GetPlayerName(i,Jogador,24);
if(GetPlayerWantedLevel(i) == 1 || GetPlayerWantedLevel(i) == 2 || GetPlayerWantedLevel(i) == 3 || GetPlayerWantedLevel(i) == 4 || GetPlayerWantedLevel(i) == 5 || GetPlayerWantedLevel(i) == 6)
format(msg,sizeof(msg),"%d: %s: Procurado Nivel %d", i,Jogador,GetPlayerWantedLevel(i));
SendClientMessage(playerid, 0xFFFFFFAA, msg);
count++;
}
}
if(count == 0){
SendClientMessage(playerid, 0xFF0000AA, "Ninguйm estб procurado no momento.");
}
return 1;
}
Reply


Messages In This Thread
Ajuda aqui no /procurados - by Smoking_Script - 25.06.2013, 02:26
Re: Ajuda aqui no /procurados - by focaximubh - 25.06.2013, 02:32
Re: Ajuda aqui no /procurados - by andreasbleck - 25.06.2013, 02:37
Re: Ajuda aqui no /procurados - by DannielCooper - 25.06.2013, 10:59
Re: Ajuda aqui no /procurados - by Knight97 - 25.06.2013, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)