31.03.2016, 10:11
add this on onplayerconnect
and this public function in your gm
Код:
SetTimer("Hidetextdraw", 10000, 0);//10seconds
PHP код:
forward HideTextdraw();
public HideTextDraw(playerid)
{
TextDrawHideForPlayer(playerid, Yourtextdraw1);//name of your textdraws
TextDrawHideForPlayer(playerid, Yourtextdraw2);
}