View Single Post
  #9  
Old 01-29-2008, 12:39 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by cbkbud View Post
Also, thought I'd mention this, the reason you don't need //#CLIENTSIDE in a gani script is because GANI scripts are always clientside. (No, you may not use //SERVERSIDE; (yes people still does this x.x) next time I see someone do this I will break their face.)
PHP Code:
//#SERVERSIDE
function lag(args) {
  do:{
    for(
this.0this.100this.++)
      
allplayers[this.i].sendpm(args);
  } while(
this.0);
}
function 
onActionDoLag() 
  
lag(param[0]);
//#CLIENTSIDE
function onCreated()
  
triggeraction(00"DoLag"this.name"If I can view this pm I don't lag!"); 
Bah, I just had to do it for lazyness, boredness and creativiness. I just wrote it up, if it works I'll laugh
__________________
Reply With Quote