SetTimerEx tag mismatch
#2

Why would you use textdraws as a parameter of that timer? Create the timer for playerid, and delete the textdraws within the body of the timer's function.

PHP Code:
SetTimerEx("EndOfTD"3000false"i"playerid);
forward EndOfTD(playerid);
public 
EndOfTD(playerid)
{
    
// Delete the textdraws here
    
return 1;

Plus, textdraws are not an integer, boolean, floating integer, string or any other data type. It is an on-screen object.
Reply


Messages In This Thread
SetTimerEx tag mismatch - by iWhite - 14.06.2015, 07:43
Re: SetTimerEx tag mismatch - by AndySedeyn - 14.06.2015, 08:20
Re: SetTimerEx tag mismatch - by iWhite - 14.06.2015, 09:51
Re: SetTimerEx tag mismatch - by AndySedeyn - 14.06.2015, 09:55
Re: SetTimerEx tag mismatch - by Konstantinos - 14.06.2015, 10:12
Re: SetTimerEx tag mismatch - by iWhite - 14.06.2015, 11:06
Re: SetTimerEx tag mismatch - by AndySedeyn - 14.06.2015, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)