06.03.2014, 05:01
(
Последний раз редактировалось SwisherSweet; 06.03.2014 в 05:01.
Причина: Something like this?
)
[code]
function LooseHealth()
{
new hp = GetPlayerHealth(playerid, hp);
Player[playerid][Health] = hp-1;
SetPlayerHealth(playerid, hp-1);
}
Something like this?
function LooseHealth()
{
new hp = GetPlayerHealth(playerid, hp);
Player[playerid][Health] = hp-1;
SetPlayerHealth(playerid, hp-1);
}
Something like this?