Cant Figure out (Textdraw Timer)
#6

https://sampwiki.blast.hk/wiki/SetTimerEx
I mean when you show the textdraw, create a timer using SetTimerEx, that hides the textdraw and shows the dialog.
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid, textdrawname);
    SetTimerEx( ... );
}

forward TimerName(playerid)
public TimerName(playerid)
{
    TextDrawHideForPlayer(playerid, textdrawname);
    ShowPlayerDialog(playerid, ... );
}
Reply


Messages In This Thread
Cant Figure out (Textdraw Timer) - by Ritzy2K - 17.02.2015, 16:36
Re: Cant Figure out (Textdraw Timer) - by CalvinC - 17.02.2015, 16:46
Re: Cant Figure out (Textdraw Timer) - by Ritzy2K - 17.02.2015, 16:48
Re: Cant Figure out (Textdraw Timer) - by ZombieNest - 17.02.2015, 16:48
Re: Cant Figure out (Textdraw Timer) - by Ritzy2K - 17.02.2015, 16:51
Re: Cant Figure out (Textdraw Timer) - by CalvinC - 17.02.2015, 17:04
Re: Cant Figure out (Textdraw Timer) - by Ritzy2K - 17.02.2015, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)