15.01.2014, 16:33
How do i do that if i shoot a player he wont loose health it will stay on what his health his im using the OnPlayerShootPlayer function and here is what i've done so far
but he keeps loosing health.
pawn Код:
GetPlayerHealth(Target, HP);
GetPlayerArmour(Target, Armor);
SetPlayerHealth(Target, HealthLost+HP);
SetPlayerArmour(Target, ArmourLost+Armor);