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



Tag Mismatch - Dezzzy - 19.12.2014

Код HTML:
InterpolateCameraPos(playerid, 821.0516, -1855.5372, 12.8672,82.6834, 547.233886, -1774.291870, 8.147984, 5000);
						InterpolateCameraLookAt(playerid, 821.0516, -1855.5372, 12.8672,82.6834, 547.233886, -1774.291870, 8.147984, 5000);
Код HTML:
C:\Users\Gigi\Desktop\America Life\filterscripts\ServerIntro.pwn(188) : warning 213: tag mismatch
C:\Users\Gigi\Desktop\America Life\filterscripts\ServerIntro.pwn(189) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
That 2 Warning Is On Both Line


Re: Tag Mismatch - Mauzen - 19.12.2014

https://sampwiki.blast.hk/wiki/InterpolateCameraPos

Youve got an extra float parameter in both lines that shouldnt be there. Because of that the time parameter actually is a float, and thats where the warnings come from.


Re: Tag Mismatch - 1fret - 19.12.2014

https://sampwiki.blast.hk/wiki/InterpolateCameraPos