CMD:pvip(playerid)
{
if(PlayerInfo[playerid][pVIP] != 1) return SendClientMessage(playerid, vermelho, "Vocк nгo й VIP");
MoveObject(PortaoHQ, 2205.10009766,1835.50000000,12.60000038, 5.0);
GameTextForPlayer(playerid, "Portao ~g~Aberto", 1000, 6);
SetTimer("FecharPortao", 8000, false);
return 1;
}
forward FecharPortao();
public FecharPortao()
{
MoveObject(PortaoHQ, 2204.39990234,1846.00000000,12.60000038, 2);
return 1;
}