Tag mismatch warnings
#1

pawn Код:
new Text3D:label[100];
                    Businesses[idx][PickupID]=CreateStreamPickup(1272, 1, Businesses[idx][EnterX], Businesses[idx][EnterY], Businesses[idx][EnterZ],PICKUP_RANGE);
                    format(label, sizeof(label), "[FOR SALE]\n%d$\nName: %s", Businesses[idx][BizPrice], Businesses[idx][BusinessName]);// this
                    Create3DTextLabel(label, COLOR_GREEN, Businesses[idx][EnterX], Businesses[idx][EnterY], Businesses[idx][EnterZ]+0.5, 5, 0, 0); // this
Shows me 2 warnings of tag mismatch: commented them.

Any help?
Reply


Messages In This Thread
Tag mismatch warnings - by Everybody - 11.11.2011, 22:52
Re: Tag mismatch warnings - by =WoR=G4M3Ov3r - 11.11.2011, 23:24

Forum Jump:


Users browsing this thread: 1 Guest(s)