11.10.2014, 23:31
Quote:
You should show the textdraw for the player when he/she spawns then set a timer for it.
Like this: pawn Код:
pawn Код:
|
pawn Код:
public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid, /*TEXTDRAW_NAME*/);
SetTimerEx("HideTextdraw", 10000, false, "i", playerid);
return 1;
}
forward public HideTextdraws(playerid); TextDrawHideForPlayer(playerid, /*TEXTDRAW_NAME*/);