SA-MP Forums Archive
INVALID PLAYER 3D TEXT - 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: INVALID PLAYER 3D TEXT (/showthread.php?tid=506013)



INVALID PLAYER 3D TEXT - audriuxxx - 11.04.2014

Hi,

How to define, invalid player 3d text? i know a simple invalid 3dtext (not for player) is that define:

Code:
#define INVALID_3DTEXT_ID Text3D:(0xFFFF)



Re: INVALID PLAYER 3D TEXT - iZN - 11.04.2014

It'd be same.


Re: INVALID PLAYER 3D TEXT - audriuxxx - 11.04.2014

I get tag mismatch..


Re: INVALID PLAYER 3D TEXT - iZN - 11.04.2014

Quote:
Originally Posted by audriuxxx
View Post
I get tag mismatch..
Adding Text3D: ? Or, you can just hide the tag mismatch as most of the time they're coming for no valid reason.

_: to hide, or just show me here so I may give you an example.


Re: INVALID PLAYER 3D TEXT - audriuxxx - 11.04.2014

Can i create new define?

#define INVALID_PLAYER3DTEXT_ID PlayerText3D0xFFFF)


Re: INVALID PLAYER 3D TEXT - audriuxxx - 11.04.2014

UP THREAD


Re: INVALID PLAYER 3D TEXT - iZN - 11.04.2014

Yes you can. 0xFFFF means 65535 which represents as invalid.