Requesting help with a textdraw
#2

Where you want to show the textdraw set a timer:
pawn Код:
SetTimerEx( "DisappearPlayerTD", 5000, false, "i", playerid );
pawn Код:
forward DisappearPlayerTD( playerid );
public DisappearPlayerTD( playerid )
{
    // Hide the TD here
}
Reply


Messages In This Thread
Requesting help with a textdraw - by SCRPWilliam - 04.10.2013, 12:25
Re: Requesting help with a textdraw - by Konstantinos - 04.10.2013, 12:27
Re: Requesting help with a textdraw - by Mattakil - 04.10.2013, 13:46

Forum Jump:


Users browsing this thread: 3 Guest(s)