SA-MP Forums Archive
Tag mistach - 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 mistach (/showthread.php?tid=627664)



Tag mistach - 357 - 30.01.2017

Hi, how to resolve it please ?

Код:
C:\Users\*\Desktop\***\gamemodes\**.pwn(5517) : warning 213: tag mismatch
C:\Users\*\Desktop\***\gamemodes\**.pwn(5518) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Код:
public Sync(playerid)
{
	SetPlayerInterior(playerid, SyncOldInt[playerid]);
	SetPlayerVirtualWorld(playerid, SyncOldVw[playerid]);



Re: Tag mistach - saffierr - 30.01.2017

Virtualworlds and interiors are not floats, so you don't need to use "Float:"