20.02.2011, 20:25
Hi everyone.
So, this is my function
and my code
Obivously I get a "tag mismatch" warning, cause I'm trying to pass text as integer.
How can I pass "Text:" variables in timers?
So, this is my function
Код:
public Hide_TD(playerid, Text:TD_ID)
{
TextDrawHideForPlayer(playerid, TD_ID);
}
Код:
TextDrawShowForPlayer(playerid, TD);
SetTimerEx("Hide_TD", 4000, 0, "dd", playerid, TD);
How can I pass "Text:" variables in timers?


