textdraw
#3

add this on onplayerconnect

Код:
SetTimer("Hidetextdraw", 10000, 0);//10seconds
and this public function in your gm

PHP код:
forward HideTextdraw();
public 
HideTextDraw(playerid)
{
TextDrawHideForPlayer(playeridYourtextdraw1);//name of your textdraws
TextDrawHideForPlayer(playeridYourtextdraw2);

Reply


Messages In This Thread
textdraw - by Loinal - 31.03.2016, 07:19
Re: textdraw - by Mencent - 31.03.2016, 08:52
Re: textdraw - by SyS - 31.03.2016, 10:11
Re: textdraw - by Loinal - 31.03.2016, 15:32
Re: textdraw - by LifeRah - 31.03.2016, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)