3 Warnings :)
#1

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]);
Reply
#2

You must give adutytext[playerid] a proper tag.

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


Forum Jump:


Users browsing this thread: 1 Guest(s)