SA-MP Forums Archive
Whats wrong? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Whats wrong? (/showthread.php?tid=146019)



Whats wrong? - Torran - 05.05.2010

Hello,

All the functions in my script that involve 3D Text Label have tag mismatch,
And all of the code is of wiki so it cant be wrong!

Like

pawn Код:
Delete3DTextLabel(AFKLabel[playerid]);
That shows tag mismatch, Anyone know?


Re: Whats wrong? - MyLife - 05.05.2010

Replace
pawn Код:
new AFKLabel[MAX_PLAYERS];
to
pawn Код:
new Text3D:AFKLabel[MAX_PLAYERS];



Re: Whats wrong? - Torran - 05.05.2010

It is like that


Re: Whats wrong? - MyLife - 05.05.2010

Let me know your full code please ?