View Single Post
  #9  
Old 07-14-2009, 03:18 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by [email protected] View Post
Or you could use this:

PHP Code:
function onActionServerside() {
  echo(
"[Hacker System]" SPC player.account SPC "is using the freezeplayer hack!");
}
//#CLIENTSIDE
    
function onCreated() {
      
setTimer(1);
    }
    
    function 
onTimeout() {
      if (
player.freezetime 0) return setTimer(1);
      
freezeplayer(1);
      if (
player.freezetime != 1hackDetected();
      
freezeplayer(0);
      
setTimer(1);
    }
function 
hackDetected() {
  
triggerserver("weapon"this.name"reportglitch""");

I'd suggest adding logging as well.
__________________
Reply With Quote