View Single Post
  #6  
Old 07-12-2009, 12:49 PM
[email protected] jamerson61894@yahoo.com is offline
Banned
Join Date: Jul 2008
Posts: 83
jamerson61894@yahoo.com is an unknown quantity at this point
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""");


Last edited by Tigairius; 07-13-2009 at 12:00 AM.. Reason: Read the scripting forum rules before posting code. Wrap your code in [php] tags.
Reply With Quote