SA-MP Forums Archive
New Tagmismatch 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: New Tagmismatch problem. (/showthread.php?tid=126057)



New Tagmismatch problem. - NewYorkRP - 06.02.2010

i've changed my code to this, and i get a warning about tag mismatch.

Код:
       armour = GetPlayerArmour(i, armour);
Why am i getting a warning?


Re: New Tagmismatch problem. - Streetplaya - 06.02.2010

just do

pawn Код:
new Float:armour;
GetPlayerArmour(i, armour);