[Ajuda] Timer para teleporte
#3

Quote:
Originally Posted by [XPG]MarlonCS
Посмотреть сообщение
timer?
Faзa assim se quiser:
- No comando de tele, na parte "SetPlayerPos(playerid, X, Y, Z);", coloque: SetPlayerPos(playerid, X, Y, Z+3);
Isso farб com que o player caia de uma altura que dк tempo de carregar os objetos.

Se ainda quiser o timer:
pawn Код:
//No inнcio do GM
forward Teleporte(playerid);

//No comando
SetTimerEx("Teleporte", 2000, false, "u", playerid); // Teletransportarб o player em 2 segundos

//Final do GM
public Teleporte(playerid)
{
      SetPlayerPos(playerid, Pos X, Pos Y, Pos Z+3); // segundo meu conselho, pois o timer nгo irб ajudar vocк
      SendClientMessage(playerid, COR, "Vocк foi teletransportado);
      return 1;
}
valew cara +rep vai me ajuda muito com isso nem sabia kk ¬¬ sabe me dizer se bcmd usa #pragma unused params ?
Reply


Messages In This Thread
Timer para teleporte - by Math3us - 16.08.2012, 12:56
Re: Timer para teleporte - by [XPG]MarlonCS - 16.08.2012, 13:15
Re: Timer para teleporte - by Math3us - 16.08.2012, 13:17
AW: Re: Timer para teleporte - by [XPG]MarlonCS - 16.08.2012, 13:24
Re: Timer para teleporte - by leonardo1434 - 16.08.2012, 13:42

Forum Jump:


Users browsing this thread: 2 Guest(s)