SA-MP Forums Archive
What's wrong? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What's wrong? (/showthread.php?tid=73902)



What's wrong? - robanswe - 18.04.2009

Why do i get:

Код:
C:\Users\Robin\Desktop\Simons server\gamemodes\lvdm.pwn(3615) : warning 213: tag mismatch
C:\Users\Robin\Desktop\Simons server\gamemodes\lvdm.pwn(3616) : warning 213: tag mismatch
C:\Users\Robin\Desktop\Simons server\gamemodes\lvdm.pwn(3617) : warning 213: tag mismatch
Of this
Код:
	new X;
	new Y;
	new Z;

	X = BombX[playerid][1];
	Y = BombY[playerid][1];
	Z = BombZ[playerid][1];



Re: What's wrong? - Backwardsman97 - 18.04.2009

pawn Код:
new Float:X;
    new Float:Y;
    new Float:Z;



Re: What's wrong? - robanswe - 18.04.2009

Quote:
Originally Posted by backwardsman97
pawn Код:
new Float:X;
    new Float:Y;
    new Float:Z;
Tanks... I have been awake to long i guess...


Re: What's wrong? - Backwardsman97 - 18.04.2009

Happens to me sometimes too.