Warning - 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: Warning (
/showthread.php?tid=621350)
Warning -
Micko123 - 09.11.2016
Can someone explain me how is this possible??
I am creating dynamic pickups and I got this
[code]
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pw n(1663) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 4032 bytes
Code size: 154044 bytes
Data size: 92776 bytes
Stack/heap size: 16384 bytes; estimated max. usage=1016 cells (4064 bytes)
Total requirements: 267236 bytes
1 Warning.
[/php]
On this line
PHP код:
new Float:X, Float:Y, Float:Z, pickid;
GetPlayerPos(playerid, X, Y, Z);
CreateDynamicPickup(1239, 1, X, Y, Z, 0);
PickupInfo[pickid][pPosX] = X; //this is the line of warning
Re: Warning -
oMa37 - 09.11.2016
Re: Warning -
Micko123 - 09.11.2016
No.. This pPosX is from the enum for pickups.
EDIT: THX MAN!!! FIXED
Re: Warning -
oMa37 - 09.11.2016
I know, Is it defined like that?