26.05.2016, 23:36
(
Последний раз редактировалось Crystallize; 27.05.2016 в 21:38.
)
Quote:
case 31: zHealth[playerid] -= amount + 79;
I'm quite sure this will actually increase health... If I remember correctly (long time since I worked with weapon ids and damages) ID 31 is an M4 and that makes 10 damage per shot... uhm so what that does is actuall zHealth[playerid] = zHealth[playerid] - 10 + 79 = zHealth[playerid] + 69 Are you sure you want to use the + there? |
Fixed anyways.