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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tag Mismatch (/showthread.php?tid=72854)



Tag Mismatch - Robbin237 - 11.04.2009

[Solved]


Re: Tag Mismatch - Karlip - 11.04.2009

new Float:PlayerHealth;
new Float:PlayerArmour;

GetPlayerHealth(playerid, PlayerHealth);
GetPlayerArmour(playerid, PlayerArmour);


Re: Tag Mismatch - Robbin237 - 11.04.2009

[Solved]