07.04.2010, 14:01
I have got warning in my mod.Can you help?
The warning is: ...(6435) : warning 202: number of arguments does not match definition
new phealth = GetPlayerHealth(playerid);
if(phealth < 100.0) <-----this is the line 6435
{
The warning is: ...(6435) : warning 202: number of arguments does not match definition
new phealth = GetPlayerHealth(playerid);
if(phealth < 100.0) <-----this is the line 6435
{