Help with anticheat..
#2

I never used defines with more than one line, but i saw some in other topics, correct me if i am wrong.

try replacing the
SetPVarInt(%0, "Health", GetPlayerHealthEx(%0)+%1), SetPlayerHealth(%0,%1)

with

pawn Код:
#define SetPlayerHealthEx(%0,%1)SetPVarInt(%0, "Health", GetPlayerHealthEx(%0)+%1) \
    SetPlayerHealth(%0,%1)


//or

#define SetPlayerHealthEx(%0,%1) SetPVarInt(%0, "Health", GetPlayerHealthEx(%0)+%1); SetPlayerHealth(%0,%1)
Reply


Messages In This Thread
Help with anticheat.. - by The_Moddler - 04.10.2010, 16:24
Re: Help with anticheat.. - by Mauzen - 04.10.2010, 17:08
Re: Help with anticheat.. - by samgreen - 04.10.2010, 17:18
Re: Help with anticheat.. - by The_Moddler - 04.10.2010, 17:23
Re: Help with anticheat.. - by The_Moddler - 04.10.2010, 22:34
Re: Help with anticheat.. - by Fedee! - 04.10.2010, 22:36

Forum Jump:


Users browsing this thread: 3 Guest(s)