SetPlayerHealth with anticheat
#4

Quote:
Originally Posted by TwinkiDaBoss
View Post
Yeah I understand you but for example this

PHP Code:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponidbodypart) {
    new 
ss[128];
    
format(ss,sizeof(ss),"%s got hit by %s",GetName(playerid),GetName(issuerid));
    
SendClientMessageToAll(COLOR_RED,ss);
    return 
true;

He turns on the cheat - nothing gets detected
he turns off the cheat - everything gets detected
OnPlayerGiveDamage is what you should be using.
Reply


Messages In This Thread
SetPlayerHealth with anticheat - by TwinkiDaBoss - 16.06.2016, 00:08
Re: SetPlayerHealth with anticheat - by Gammix - 16.06.2016, 00:14
Re: SetPlayerHealth with anticheat - by TwinkiDaBoss - 16.06.2016, 00:34
Re: SetPlayerHealth with anticheat - by Gammix - 16.06.2016, 01:03
Re: SetPlayerHealth with anticheat - by TwinkiDaBoss - 16.06.2016, 01:04
Re: SetPlayerHealth with anticheat - by Gammix - 16.06.2016, 02:09

Forum Jump:


Users browsing this thread: 1 Guest(s)