04.10.2013, 12:27
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
}