textdrawhide timer
#4

pawn Код:
SetTimer("hidetextdraw", 4000, false);// This will only be used once, but it will disappear after 4 seconds. I think. Add this timer under TextDrawShowForPlayer

forward hidetextdraw(playerid);

public hidetextdraw(playerid)
{
    TextDrawHideForPlayer(playerid, TextDraw69);
    return 1;
}
Hope this helps. This code hasn't been tested yet, but it should work. If it doesn't, please post something therefore I am able to fix my error.
Reply


Messages In This Thread
textdrawhide timer - by whando - 07.02.2014, 22:01
Re: textdrawhide timer - by nmader - 07.02.2014, 22:04
Re: textdrawhide timer - by whando - 07.02.2014, 22:06
Re: textdrawhide timer - by Sledgehammer - 07.02.2014, 22:06
Re: textdrawhide timer - by whando - 07.02.2014, 22:19
Re: textdrawhide timer - by nmader - 08.02.2014, 00:31
Re: textdrawhide timer - by Jefff - 08.02.2014, 00:52

Forum Jump:


Users browsing this thread: 1 Guest(s)