SA-MP Forums Archive
Tag mismatch 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: Tag mismatch warnings (/showthread.php?tid=296536)



Tag mismatch warnings - Everybody - 11.11.2011

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?


Re: Tag mismatch warnings - =WoR=G4M3Ov3r - 11.11.2011

Are you sure you defined Float:EnterX, Float:EnterY, and Float:EnterZ ? instead of EnterX, EnterY, EnterZ alone ?