3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      So after copying the pistol script, I pasted the following from Fana's userconfig.cfg,  
---- 
 
bind kp_home "noscripts" 
alias noscripts "exec noscripts.cfg" 
bind kp_uparrow "userconfig" 
alias userconfig "exec userconfig.cfg" 
 
---- 
 
in order to be able to switch off the pistol script whilst playing in able. The pistol script is working, but despite pressing the "Home" button on my keyboard whilst in able, I'm still getting the "scripts are not allowed on this server" when trying to attack. Any ideas? :<  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
    
    
      Exertus  
    
      Posts 
      92 
      Location 
      Narita, Japan 
      Joined 
       6 May 2005  
     
   
  
    
    
      Nuke next to able's server computer might do the trick. 
 
Pretty sure you have to type the "exec whatever.cfg" to console 
 
For example do a config file that replaces your scripts with non-script and execing it manually.  
    
   
  
 
      
  
    
    
    
      
           Donors  
          Major Server Funder 
      
      Posts 
      614 
      Location 
      Wiener Neudorf, Austria 
      Joined 
      16 April 2008  
     
   
  
    
    
      My godness ... 
 
u do realize u need a noscripts.cfg file in ur ns directory that is the same as ur userconfig .cfg except for the scripts? .. 
 
and trc as long as u use aliase blockscripts is not stoping u from executing a cfg. i do it all the time!  
    
   
  
 
      
  
    
    
      3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      Ok I tried changing the bind buttons to "o" and "p". It crashed my game. So at least it's recognising the binded buttons to change the config now :|  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      28 
      Location 
      Spain 
      Joined 
       3 January 2008  
     
   
  
    
    
      alias "+ps" "+attack; wait; -attack; wait; +attack;" 
alias "-ps" "-attack; wait; +attack; wait; -attack;" 
bind "MOUSE1" "+ps" 
 
That's my script, it shoot 3 bullets (not 2). 
One bullet when you press and 2 when you release. 
The problem is... when you open and close the console you atack one time :S :D :D :D  
    
   
  
 
      
  
    
    
      3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      Yeah I noticed that console bug thing :/ 
 
Ok so i'm trying to load the noscripts.cfg file manually in console (i have to disconnect form a server for it not to crash), but when I put in the command I just get: 
 
 
Alias name is invalid 
Alias name is invalid 
Alias name is invalid 
 
  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      499 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      looks like you have an invalid alias name... try checking the alias name  
    
   
  
 
      
  
    
    
      3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      Yeah the alias is the one from Fana's config: 
 
bind kp_home "noscripts" 
alias noscripts "exec noscripts.cfg" 
bind kp_uparrow "userconfig" 
alias userconfig "exec userconfig.cfg" 
 
 
  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      499 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      that's only half ur script... paste the rest or it's useless to us  
    
   
  
 
      
  
    
    
      3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      developer 1 
fps_max 111 
alias fps_max 
alias developer 
cl_customcrosshair 0 
bind mwheeldown +jump 
bind space "+jump" 
 
cl_musicvolume "0.000000" 
bgmvolume "0" 
mp_decals "0" 
r_decals "0" 
traceralpha "0" 
m_filter "0" 
ati_npatch "0" 
ati_subdiv "0" 
gl_picmip "0" 
gl_playermip "0" 
gl_texturemode "GL_LINEAR_MIPMAP_NEAREST" 
hud_fastswitch "1" 
cl_autohelp "0" 
 
 
cl_bob "0" 
cl_bobup "0" 
cl_bobcycle "0.5" 
 
brightness "5" 
gamma "3" 
alias lightgamma 
lightgamma "0" 
alias textgamma 
texgamma "0" 
gl_overbright "1" 
cl_dynamiclights "0" 
gl_lightholes "1" 
 
// DOUBLE WAIT 
alias w "wait;wait;" 
 
// PISTOL SCRIPT 
alias +pscript "+attack;w;-attack;w;+attack;w" 
alias -pscript "-attack;w;+attack;w;-attack" 
 
bind mouse1 "+pscript" 
bind "z" "-attack" 
 
 
bind "o" "noscripts" 
alias noscripts "exec noscripts.cfg" 
bind "p" "userconfig" 
alias userconfig "exec userconfig.cfg" 
 
 
 
 
// Add your own configuration options in this file 
// This file will not be rewritten as config.cfg will 
 
 
 
and my noscripts.cfg is identical, but without the pscript  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
  
    
    
      remove the lightgamma and texgamma lines... 
also remove alias developer and alias fps_max ; they have no meaning really  
    
   
  
 
      
  
    
    
    
      Posts 
      499 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      put the binds below the alias'  
    
   
  
 
      
  
    
    
      3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      Ok tried that stuff. Now it crashes when I press O or P... I'm just going to do them manually I guess :////  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
  
    
    
      e.g. this way: 
 
alias +ps	"+attack;wait;-attack;wait;+attack" 
alias -ps	"-attack;wait;+attack;wait;-attack" 
alias b_ps	"bind MOUSE1 +ps" 
alias b_attack	"bind MOUSE1 +attack" 
 
bind "PGDN"		"b_ps" 
bind "PGUP"		"b_attack" 
bind "MOUSE1"		"+ps"  
    
   
  
 
      
  
  
    
    
      Just post the sequence that makes you crash and give crash message or something. Else we can't help 
 
Hint : you can identify the crashing sequence by removing it to see if it works without it.  
    
   
  
 
      
  
    
    
    
      Posts 
      42 
      Location 
      Debrecen, Hungary 
      Joined 
       7 February 2008  
     
   
  
    
    
      you can bind a bind to any key also like: 
 
bind PGDN "bind MOUSE1 +ps" 
bind PGUP "bind MOUSE1 +attack" 
 
i use this method to enable/disable gayble scipts 
to enable just press the phasegatedown button  
    
   
  
 
      
  
    
    
    
      
           Donors  
          Major Server Funder 
      
      Posts 
      614 
      Location 
      Wiener Neudorf, Austria 
      Joined 
      16 April 2008  
     
   
  
    
    
      How about u just do it like me .. DONT USE ANY SCRIPTS AT ALL .. scripting is even worse than using 200 fps tbh !! BAN !!  
    
   
  
 
      
  
    
    
      3D happy land  
    
      Posts 
      240 
      Location 
      london, United Kingdom of Great Britain and Northern Ireland 
      Joined 
      11 February 2010  
     
   
  
    
    
      huhuh i think it's just the 9L pack; even trying to change bind buttons results in a crash if i'm playing on a server since i installed it. So when I want to change something I have to disconnect and then bring up console.  
    
   
  
    
    
    
      "too much history can sometimes make you confuse" - aA, droppin' mad history on clowns since 2011.
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      42 
      Location 
      Debrecen, Hungary 
      Joined 
       7 February 2008  
     
   
  
    
    
      if you dont like to configure and hack your games like crazy, just buy an xbox or gaystation... icetea  
    
   
  
 
      
  
    
    
      TROLLS  
    
      
           Donors  
          Server Hoster 
      
      Posts 
      168 
      Location 
      Amsterdam, Virgin Islands (U.S.) 
      Joined 
       6 May 2005  
     
   
  
    
    
      gaystation HAHAHAHAHAHAHAHAHAHA SO GOOD....  
    
   
  
    
    
    
      WHY DONT YOU GO AND FUCK OFF THEN?
U GO?
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      499 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      
'frG' gaystation HAHAHAHAHAHAHAHAHAHA SO GOOD.... 
is that supposed to be sarcasm?  
    
   
  
 
      
  
  
    
    
      I doubt so, I can actually hear FrG's voice when i read his post, ahah !  
    
   
  
 
      
  
    
    
      TROLLS  
    
      
           Donors  
          Server Hoster 
      
      Posts 
      168 
      Location 
      Amsterdam, Virgin Islands (U.S.) 
      Joined 
       6 May 2005  
     
   
  
    
    
      i love you too huhuh. 
 
lump please die already.  
    
   
  
    
    
    
      WHY DONT YOU GO AND FUCK OFF THEN?
U GO?
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      499 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      yeh i actually thought it was funny too! that's why i was surprised frG had a nice word to say! 
 
It didn't last long though did it... 
 
 
BTW!  When you use an ellipsis (...) at the end of a sentence, it's generally to do with melancholy feelings.  So using it at the end of a expression of 'WOW THATS GOOD' kinda makes it look like sarcasm...  Whatever though, just invent ur own language  
    
   
  
 
      
  
    
    
    
      Posts 
      488 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      I think this is a great example of the double-reverse troll  
    
   
  
 
      
  
    
    
      Team Four  
    
      Posts 
      114 
      Location 
      Austria 
      Joined 
       7 May 2005  
     
   
  
    
    
      bind mouse1 +attack / for ze gayble 
bind mouse1 +ps /for your retardism 
bind mouse1 "+attack; impulse 9" /if you wanna become as pro of a gorge as me 
 
wow typing that into console upon connecting is really hard to pull of. it involves typing and shit!!111  
    
   
  
    
    
    
      Thy shall smack daun your enemies with the power of the spit and the holy chukle!
---------------------------------------
http://www.youtube.com/watch?v=ASaZmqYa-2Q
      
      
      
     
   
 
      
  
    
    
      TROLLS  
    
      
           Donors  
          Server Hoster 
      
      Posts 
      168 
      Location 
      Amsterdam, Virgin Islands (U.S.) 
      Joined 
       6 May 2005  
     
   
  
    
    
      it is fucking sarcasm, its a terrible joke made by an even bigger moron.  
    
   
  
    
    
    
      WHY DONT YOU GO AND FUCK OFF THEN?
U GO?
      
      
      
     
   
 
      
  
    
    
    
      Posts 
      499 
      Location 
      United Kingdom of Great Britain and Northern Ireland 
      Joined 
       6 May 2005  
     
   
  
    
    
      ok, things are back to normal now. gj  
    
   
  
 
      
  
    
    
    
      Posts 
      41 
      Location 
      Poland 
      Joined 
      17 February 2007  
     
   
  
    
    
      bind mouse1 "+attack; impulse 9" 
 
wtf is this