01.05.2013, 20:13
ta quase funfando, mas tenho que adaptar esse cod ainda para string
PHP код:
for(new x = 0; x < MAX_PLAYERS; x++)
{
if(strcmp(PlayerRecrutaDeOutroPlayer[playerid],PlayerRecrutaDeOutroPlayer[x],true)==0)
{
SendClientMessage(x,0xFFFFFFAA,text);
}
}