How can i fix this?
#3

Код:
	else if (armour >= actual_damage)
	{
		if (actual_damage > amount)
		{
			difference = actual_damage - amount;
			SetPlayerArmor(playerid, armour - difference);
		}
Here
Reply


Messages In This Thread
How can i fix this? - by Janpatrick22 - 06.03.2017, 07:14
Re: How can i fix this? - by Jack_Leslie - 06.03.2017, 07:17
Re: How can i fix this? - by Janpatrick22 - 06.03.2017, 07:24
Re: How can i fix this? - by JessThompson - 06.03.2017, 07:26
Re: How can i fix this? - by XStormiest - 06.03.2017, 07:56

Forum Jump:


Users browsing this thread: 1 Guest(s)