09.11.2016, 20:17
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
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