[AJUDA] Settimer
#3

ele quer abrir um portao e fechar com SetTimer
faзa o comando estilo:
pawn Код:
{
if(!IsPlayerInRangeOfPoint(playerid, 2.0, 229.2247,153.0629,1003.0234)) return SendClientMessage(playerid, COR_CREDITOS, "Voce Nao Esta No Lugar Certo De Abrir O Portao!");
{
MoveObject(Portaodp, 228.32666016, 152.09010315, 1007.28723145,1.0);
SetTimerEx("portadplv",5000, false, "i", playerid);
SendClientMessage(playerid,COR_PM, "Portгo aberto! Fecharб em 5 Segundos");
return 1;
}
}
e cria a forward portadplv (playerid);
e add
pawn Код:
public portadplv (playerid)
{
    MoveObject(Portaodp, 228.26464844, 152.10253906, 1004.66027832, 1.0);
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Settimer - by [AF]Junior - 14.03.2011, 20:03
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 20:08
Re: [AJUDA] Settimer - by [Ips]Guh - 14.03.2011, 20:33
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 20:38
Re: [AJUDA] Settimer - by Carl_Thuse - 14.03.2011, 21:03
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 21:12
Re: [AJUDA] Settimer - by [AF]Junior - 14.03.2011, 21:45
Re: [AJUDA] Settimer - by Falcon. - 14.03.2011, 22:36
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 23:19
Re: [AJUDA] Settimer - by Macintosh - 15.03.2011, 10:36

Forum Jump:


Users browsing this thread: 4 Guest(s)