17.12.2013, 20:01
by bypassing onplayerdeath you mean stop the player from dying correct?
if so, just set his health to "infinite"
ps: the "F" in that number is supposed to be a F, cuz it's HEX. just sayin'
if so, just set his health to "infinite"
Код:
#define INFINITY (Float:0x7F800000) SetPlayerHealth(pid, INFINITY);