tag mismatch help
#1

i got this warning when i try to compiler my fs
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
here is 2 line of my fs

line 214
pawn Код:
Delete3DTextLabel(tSuperBag);
line 352
pawn Код:
tSuperBag = Create3DTextLabel("Money to heavy! /pickmoney to pick it up",Yellow,smoneyx,smoneyy,smoneyz,40.0,0,1);
Help!!
Reply
#2

pawn Код:
new Text3D:tSuperBag;
Reply
#3

Use

pawn Код:
new
Reply
#4

Quote:
Originally Posted by RedFusion
Посмотреть сообщение
pawn Код:
new Text3D:tSuperBag;
thanks i'm for got the
pawn Код:
new Text3D:...;
Reply
#5

shit another tag mismatch
pawn Код:
Boomboxobj = CreateDynamicObject(2103,x,y,z,0.0, 0.0, Angle, 100.0);
Reply
#6

objects doesnt need Text3D: , just do
pawn Код:
new Boomboxobj;
Reply
#7

Some ID's need a "prefix" or whatever they're called.
SQLite database needs DB:id
3dtext needs Text3D:id
But most stuff don't need it. Try without first and see if it works.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)