23.09.2012, 19:20
Код:
public AtualizarChatBubble()
{
for(new x=0; x < MAX_PLAYERS; x++);
{
if(pAdmin[x] == 1);
{
SetPlayerChatBubble(x, "Moderador(a)", 0xF5CFFFAA, 100.0, 10000);
}
}
return 1;
}

