[Ajuda] GameTextForPlayer
#7

pawn Код:
CMD:pref(playerid, params[])
{
    TextDrawHideForPlayer(playerid, Textdraw);
        TextDrawHideForPlayer(playerid, Textdraw);
        TextDrawHideForPlayer(playerid, Textdraw);
        GameTextForPlayer(playerid, "Em 5 segundos se teleportara.", 5000, 2);
        SetTimerEx("Teleporte", 5000, false, "i", playerid);
    return 1;
}
forward Teleporte(playerid);
public Teleporte(playerid)
{
    SetPlayerPos(playerid, x,y,z);
    return 1;
}
Reply


Messages In This Thread
GameTextForPlayer - by Catchorro - 24.11.2013, 17:25
Re: GameTextForPlayer - by PT - 24.11.2013, 17:30
Re: GameTextForPlayer - by Catchorro - 24.11.2013, 17:33
Re: GameTextForPlayer - by N3XTMapper - 24.11.2013, 17:36
Re: GameTextForPlayer - by Catchorro - 24.11.2013, 17:39
Re: GameTextForPlayer - by N3XTMapper - 24.11.2013, 17:41
Re: GameTextForPlayer - by CharlieBrown - 24.11.2013, 17:42
Re: GameTextForPlayer - by PT - 24.11.2013, 17:43
Re: GameTextForPlayer - by SkullFire - 24.11.2013, 17:45
Re: GameTextForPlayer - by Catchorro - 24.11.2013, 17:45

Forum Jump:


Users browsing this thread: 3 Guest(s)