SA-MP Forums Archive
Tag Mismatch (+REP) [quick one] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Tag Mismatch (+REP) [quick one] (/showthread.php?tid=605106)



Tag Mismatch (+REP) [quick one] - Lirbo - 14.04.2016

I was trying to pop up Dynamic 3d label on every player that is connected to the server but some bug has popped up.
In addition I think i'm doing it wrong, could you help me?

PHP код:
new Text3D[MAX_PLAYERS];
    
Text3D[playerid] = CreateDynamic3DTextLabel("TEST"0xFF0000FF00040playeridINVALID_VEHICLE_ID0, -1, -1, -1100.0); 



Re: Tag Mismatch (+REP) [quick one] - zPain - 14.04.2016

PHP код:
new Text3D:Text3D[MAX_PLAYERS];