Anti-HH Screwed.
#1

Код HTML:
#define SetPlayerHealthEx(%0,%1) pHealth[%0] = floatround(%1); SetPlayerHealth(%0, floatround(%1));
#define SetPlayerArmourEx(%0,%1) pArmour[%0] = floatround(%1); SetPlayerArmour(%0, floatround(%1));

SetPlayerHealthEx(playerid, 75);
That is what i am making and getting the empty statement upon using it

Код HTML:
stock SetPlayerHealthEx(playerid, Float:health)
{
    SetPlayerHealth(playerid, health);
    pHealth[playerid] = health;
	return 1;
}

stock SetPlayerArmourEx(playerid, Float:armour)
{
	SetPlayerArmour(playerid, armour);
 	pHealth[playerid] = armour;
	return 1;
}

SetPlayerHealthEx(playerid, 75);
Converting it to stock.... No Errors
Reply


Messages In This Thread
Anti-HH Screwed. - by DeathKing - 17.05.2015, 03:51
Re: Anti-HH Screwed. - by Threshold - 17.05.2015, 04:30

Forum Jump:


Users browsing this thread: 1 Guest(s)