[Tutorial] How to make an anti-teamkill -Easy- (with OPSP)
#4

pawn Code:
SetPlayerHealth( Target, HealthLost);
(here you set his health to healthlost, if he lost 5 heal, his heal setted to 5.)
need to be
pawn Code:
SetPlayerHealth( Target, (GetPlayerHealth(Target) + HealthLost));
(Get his healt + the healthlost = his health before attack)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)