Quote:he other warnings that i have is : warning 213: tag mismatch: expected tags "Float", or none ("_"); but found "PlayerText" BECAUSE:Note the definition of function SetTimerEx:
Code:
native SetTimerEx(funcname[], interval, repeating, const format[], /*>>*/{Float,_}:/*<<*/...);
Code:
SetTimerEx("spawn", 3000, 0, "ii", playerid, _:drawid);