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!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(SpawnPro[playerid], playerid, 0.0, 0.0, 0.7);
warnings
PHP код:
Current directory: C:\Users\Elvis JR\Desktop\CNR-rp\gamemodes
1.2.pwn(3467) : warning 213: tag mismatch
1.2.pwn(3468) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB 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