SA-MP Forums Archive
3D text attach to player warning? - 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: 3D text attach to player warning? (/showthread.php?tid=529582)



3D text attach to player warning? - UserName31 - 02.08.2014

hey why i am getting this 2 warnings?

PHP код:
                new SpawnPro[MAX_PLAYERS];
                
SpawnPro[playerid] = Create3DTextLabel("In Spawn Protection!"0x008080FF30.040.050.040.00);
                
Attach3DTextLabelToPlayer(SpawnPro[playerid], playerid0.00.00.7); 
warnings
PHP код:
Current directoryC:\Users\Elvis JR\Desktop\CNR-rp\gamemodes
1.2
.pwn(3467) : warning 213tag mismatch
1.2
.pwn(3468) : warning 213tag mismatch
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
2 Warnings
.
================ 
READY ================ 



Re: 3D text attach to player warning? - Cannary2048 - 02.08.2014

It need a Text3D:
pawn Код:
new Text3D:SpawnPro[MAX_PLAYERS];



Re: 3D text attach to player warning? - UserName31 - 02.08.2014

Quote:
Originally Posted by Cannary2048
Посмотреть сообщение
It need a Text3D:
pawn Код:
new Text3D:SpawnPro[MAX_PLAYERS];
thanks alot man lol +rep