21.06.2013, 19:18
Tenta ae:
pawn Код:
if (strcmp("/aadm", cmdtext, true, 10) == 0)
{
PlayerInfo[playerid][pAdmin] < 1 )
{
if(IsPlayerInRangeOfPoint(playerid,9.0, 1493.6999500,-2752.8999000,7.8000000))
{
MoveObject(Gate,1493.6999500,-2752.8999000,13,5.0);
SetTimerEx("CloseGate", 10000, false, "i", Gate);
SendClientMessage(playerid, COLOR_YELLOW, "Aviso:Portгo HQ Administradores Aberto!");
return 1;
}
}