14.10.2011, 00:23
pawn Код:
if(strcmp(cmd, "/gmx", true) == 0)
{
if(IsPlayerConnected(playerid))
GameTextForPlayer(giveplayerid, "~g~RENICIANDO ~g~O ~g~SERVIDOR, AGUARDE..", 6000, 3);
{
if (PlayerInfo[playerid][pAdmin] >= 5000)
{
SendRconCommand("gmx");
return 1;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo estб autorizado a usar este comando !");
}
}
return 1;
}