21.07.2013, 20:21
PHP код:
if(strcmp(cmd, "/pontosg", true) == 0)// eskeceu do ) aki xD
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInMorro(i) && Morro[Guerra] >= 1)
{
SendClientMessage(playerid, COLOR_GRAD1,"~b~~h~BOPE~n~~w~Pontos: ~y~%d",MorroPontos[2]);
}
}
}
return 1;
}