17.04.2015, 19:23
tenta ai fizx aqui no bloco de notaqs no trampo deve ta certo
PHP код:
if(strcmp(cmdtext,"/recompensa",true) == 0){
new b;
for(new i; i < GetMaxPlayers(); i++) {
b = random(GetMaxPlayers());
if(IsPlayerConnected(b)) break;
SetPlayerColor (b,Vermelho);
}
return 1;
}