08.09.2017, 18:16
I just replced the
with playerid in the Timer:
This works fine.
So doesnt the
return the Text draw id as an integer?
The problem is when I use TextDraw[RadarStation], the parameter is counted as an array(string), which causes the Tag mismatch error.
I still need to find a fix because playerid is not the parameter i need.
PHP код:
TextDraw[RadarStation]
PHP код:
GZTimer[playerid] = SetTimerEx("GZCounter",1000,true,"d",playerid);
So doesnt the
PHP код:
TextDraw[RadarStation] = TextDrawCreate(228.800018, 379.306640, "Radar Station");
The problem is when I use TextDraw[RadarStation], the parameter is counted as an array(string), which causes the Tag mismatch error.
I still need to find a fix because playerid is not the parameter i need.

