18.07.2013, 03:51
i got this warning when i try to compiler my fs
here is 2 line of my fs
line 214
line 352
Help!!
pawn Код:
C:\Users\Admin\Desktop\FCNPC\FCNPC\filterscripts\MoneyDrop.pwn(214) : warning 213: tag mismatch
C:\Users\Admin\Desktop\FCNPC\FCNPC\filterscripts\MoneyDrop.pwn(352) : warning 213: tag mismatch
line 214
pawn Код:
Delete3DTextLabel(tSuperBag);
pawn Код:
tSuperBag = Create3DTextLabel("Money to heavy! /pickmoney to pick it up",Yellow,smoneyx,smoneyy,smoneyz,40.0,0,1);