Passing "Text:" type on timer
#1

Hi everyone.
So, this is my function

Код:
public Hide_TD(playerid, Text:TD_ID)
{
    TextDrawHideForPlayer(playerid, TD_ID);
}
and my code

Код:
TextDrawShowForPlayer(playerid, TD);
SetTimerEx("Hide_TD", 4000, 0, "dd", playerid, TD);
Obivously I get a "tag mismatch" warning, cause I'm trying to pass text as integer.
How can I pass "Text:" variables in timers?
Reply


Messages In This Thread
Passing "Text:" type on timer - by SimonItaly - 20.02.2011, 20:25
Re: Passing "Text:" type on timer - by Ash. - 20.02.2011, 20:31
Re: Passing "Text:" type on timer - by MadeMan - 20.02.2011, 20:34
Re: Passing "Text:" type on timer - by SimonItaly - 20.02.2011, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)