SA-MP Forums Archive
3 Warnings :) - 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: 3 Warnings :) (/showthread.php?tid=288465)



3 Warnings :) - Ehab1911 - 07.10.2011

pawn Код:
D:\Los Santos Roleplay Gaming thisone\gamemodes\sarp.pwn(22452) : warning 213: tag mismatch
D:\Los Santos Roleplay Gaming thisone\gamemodes\sarp.pwn(22453) : warning 213: tag mismatch
D:\Los Santos Roleplay Gaming thisone\gamemodes\sarp.pwn(22461) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
Line 22452:
pawn Код:
adutytext[playerid] = Create3DTextLabel("{F81414}ADMIN DUTY", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Line 22453:
pawn Код:
Attach3DTextLabelToPlayer(adutytext[playerid], playerid, 0.0, 0.0, 0.7);
Line 22461:
pawn Код:
Delete3DTextLabel(adutytext[playerid]);



Re: 3 Warnings :) - Zh3r0 - 07.10.2011

You must give adutytext[playerid] a proper tag.

pawn Код:
new Text3D:adutytext[MAX_PLAYERS]