Quote:
Originally Posted by Seif_
Quote:
Originally Posted by iPimP™
Quote:
Originally Posted by Norn
pawn Код:
public MoneyCheck() { for(new i=0;i<MAX_PLAYERS;i++) { if(GetPlayerMoney(i) > 100000) { new pName[MAX_PLAYER_NAME]; new string[256]; GetPlayerName(i,pName,sizeof(pName)); ResetPlayerMoney(i); SetPlayerHealth(i,0); format(string,sizeof(string),"[SERVER]: %s has been killed for Money Hack",pName); SendClientMessageToAll(COLOR_WHITE,string); return 1; } } return 0; }
Oh my god? Are you serious! You made me laugh out loud.
|
What you want me to do as my first filterscript AntiHacking system?
|
Don't release them if they're useless and won't work properly! This isn't anti hacking, it only checks if your money is over a few grands and kicks them. Real anti-money cheats are way more advanced than this. Check my Seifensive for example.
|
I working on P_AntiHacks but as you know it's takes more then few minutes ...