Textdraw help
#1

How can i hide a textdraw after a particular time using timerex?
Reply
#2

Search before you post!
Similar Topics:
https://sampforum.blast.hk/showthread.php?tid=507686
https://sampforum.blast.hk/showthread.php?tid=435143
https://sampforum.blast.hk/showthread.php?tid=372947 >. this may
Reply
#3

textdraw for all players or one player?
Reply
#4

for one player
Reply
#5

SetTimerEx("HideText",time(exemple 1000),false,"i",playerid);

forward HideText(playerid);
public HideText(playerid
{
TextDrawHideForPlayer(playerid, Textdrawid); Or PlayerTextDrawHide(playerid, Textdrawid);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)