15.06.2007, 01:07
Remove the tag mismatch by doing this;
It removes the tag mismatch for me on a blank script .
pawn Code:
TimeTextForPlayer(playerid, Text:text, time)
{
TextDrawShowForPlayer(playerid,text);
SetTimerEx("DestroyTextTimer",time,0,"i",_:text); // Force the _: tag to the text variable.
}