tag mismatch problem - 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: tag mismatch problem (
/showthread.php?tid=121298)
tag mismatch problem -
SlashPT - 16.01.2010
hey all so now i have a lil problem with this
Код:
new VehHealth2 = (VehHealth/10);
it says when compiling
C:\Users\DarK TeaM INGSV\Desktop\INGSV 0.2R\gamemodes\INGSV_0.2R.pwn(13016) : warning 213: tag mismatch
whats wrong??
Re: tag mismatch problem -
Jefff - 16.01.2010
Код:
new Float:VehHealth2 = (VehHealth/10);
Re: tag mismatch problem -
SlashPT - 16.01.2010
thanks