SA-MP Forums Archive
Attach3DTextLabelToPlayer - 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: Attach3DTextLabelToPlayer (/showthread.php?tid=446896)



Attach3DTextLabelToPlayer - CLT - 27.06.2013

Hello, I've a small question about attaching a text to a player.

Well here's the code:
pawn Код:
Attach3DTextLabelToPlayer(test, playerid, 0.0, 0.0, 0.7);
and here's the warning I get, what shall I do?

pawn Код:
C:\Users\user\Desktop\HZ-Gaming\gamemodes\BETA.pwn(86) : warning 213: tag mismatch
Thanks ahead.


Re: Attach3DTextLabelToPlayer - park4bmx - 27.06.2013

let me just tell you that test, needs to be like this:
pawn Код:
new Text3D:test



Re: Attach3DTextLabelToPlayer - CLT - 27.06.2013

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
let me just tell you that test, needs to be like this:
pawn Код:
new Text3D:test
Thanks lol, I knew I am missing something