number of arguments does not match definition
#2

new Float:health = GetPlayerHealth(playerid,health);
new Float:armour = GetPlayerArmour(playerid,armour);

Or
new Float:hp,Float:ar;
new health = GetPlayerHealth(playerid,hp);
new armour = GetPlayerArmour(playerid,ar);
Reply


Messages In This Thread
number of arguments does not match definition - by Maraudeur - 25.01.2013, 00:42
Re: number of arguments does not match definition - by Infinity90 - 25.01.2013, 00:45
Re: number of arguments does not match definition - by Babul - 25.01.2013, 02:51
Re: number of arguments does not match definition - by Maraudeur - 25.01.2013, 03:02
Re: number of arguments does not match definition - by MP2 - 25.01.2013, 03:40
Re: number of arguments does not match definition - by Maraudeur - 25.01.2013, 07:41

Forum Jump:


Users browsing this thread: 1 Guest(s)