28.08.2012, 19:04
(
Last edited by RenSoprano; 28/08/2012 at 07:07 PM.
Reason: Forgot to add forward for the calback
)
Why you not make it with timer?
The function need forwar so you need to add this:
And here is our callback
EDIT: Forget to add forward
Code:
SetTimeEx("HideTextDraw", 5000, false, "d", playerid)
Code:
forward HideTextDraw(playerid);
pawn Code:
public HideTextDraw(playerid) }
TextDrawHideForPlayer(playerid, YourTextDrawNameplayerid]);
return 1;
{
EDIT: Forget to add forward