3D text attach to player warning?
#1

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 ================ 
Reply
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)