SA-MP Forums Archive
[Ajuda] Portao na abre - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Portao na abre (/showthread.php?tid=505529)



Portao na abre - Byted - 08.04.2014

Peguei a HQ do Bruno Alves(http://pastebin.com/thbxtbgH)
Mas o portгo nгo abre, aqui o code:
pawn Код:
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;
}
Pf me ajudem !
Como isso nunca ocorreu cmg nao consegui corrigir '-'


Re: Portao na abre - PT - 09.04.2014

Tu usa streamer no teu GM? se sim faz ele se mover com a streamer.