Damage bug
#4

Quote:

SetPlayerHealth(playerid, -2);

Should be:

new Float:hp;
GetPlayerHealth(playerid,hp);
SetPlayerHealth(playerid,hp - 2);
Reply


Messages In This Thread
Damage bug - by AndreiWow - 18.01.2017, 12:42
Re: Damage bug - by renatog - 18.01.2017, 12:54
Re: Damage bug - by Lordzy - 18.01.2017, 12:55
Re: Damage bug - by Injury - 18.01.2017, 12:55
Re: Damage bug - by GoldenLion - 18.01.2017, 12:55
Re: Damage bug - by AndreiWow - 18.01.2017, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)