Quote:
Originally Posted by Crazyboobs
Theses are not enough.Can you add these functions?
Anti money hack
" health hack
" armour hack
" Vehicle spawn
" spam
|
Spam is already detectable with CHEAT_CHATSPAM. Vehicle SPAWNING isn't possible. I'll consider making health and armor hack for v1.2.
Quote:
Originally Posted by Extremo
Hey,
Great work =)
Though I do have a question:
Why not use define's for this little issue here:
Код:
put 'svCheats_' before all of your GivePlayerWeapon and SetVehicleHealth lines
Since you already use so many defines you might as well just do this:
pawn Код:
#define OVERRIDE_NATIVES #if defined OVERRIDE_NATIVES #define GivePlayerWeapon svCheats_GivePlayerWeapon #define SetVehicleHealth svCheats_SetVehicleHealth #endif
Regards.
|
I'll look into it for v1.2.