Invalid 3d text label - 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 3d text label (
/showthread.php?tid=504664)
Invalid 3d text label -
audriuxxx - 05.04.2014
Samp
#define INVALID_3DTEXT_ID Text3D
0xFFFF)
Is here right define?
And can i check:
Код:
new Text3D:FAKLABEL[MAX_PLAYERS];
if( FAKLABEL[ playerid ] == INVALID_3DTEXT_ID )
{
//
}
FAKLABEL[ playerid ] = INVALID_3DTEXT_ID;
I'am right?
Re: Invalid 3d text label -
Konstantinos - 05.04.2014
I think it should have the tag because INVALID_3DTEXT_ID is just a number.