Help?

KerotanKerotan Join Date: 2005-04-17 Member: 48692Members, Constellation
Ok i jus started to trial for a clan and noticed in pcws cl_blockscripts on <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo-->
So my ammo + medpack script didnt work =[
How do i get past this?

Comments

  • Malibu_StaceyMalibu_Stacey Join Date: 2003-04-06 Member: 15243Members
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->bind <key> "impulse 10; say_team [medpack]"
    bind <key> "impulse 11; say_team [ammo]"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    change <key> to whichever keys you want to use them on & edit the stuff after say_team if you want it to look different.
    If they don't work then try

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->alias med "impulse 10; say_team [medpack]"
    alias ammo "impulse 11; say_team [ammo]"
    bind <key> med
    bind <key> ammo<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    can't remember which of the 2 gets past blockscripts but one of them definitely does. Think its more likely to be the 2nd one.
  • KerotanKerotan Join Date: 2005-04-17 Member: 48692Members, Constellation
    ok thanks i tried it but i dunno if the server i tried on was block scripts 0.0
    i was using the binds while in pcw so aim guessing the 2nd one will work, hopefully <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
  • obuhobuh Not Quite Smart at NS Join Date: 2003-03-31 Member: 15072Members, Constellation
    Yes, the 2nd method works. Blockscripts doesn't allow binds with multiple commands in them. You can circumvent this by using aliases, except if they contain +commands.
  • Diablo_fxDiablo_fx Join Date: 2003-02-21 Member: 13793Members
    <!--QuoteBegin-obuh+Apr 28 2005, 10:25 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (obuh @ Apr 28 2005, 10:25 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Yes, the 2nd method works. Blockscripts doesn't allow binds with multiple commands in them. You can circumvent this by using aliases, except if they contain +commands. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    and the certain +/- commands are:
    +/-attack
    +/-jump
    +/-duck
    +/-reload

    (unsure)
    +/-left
    +/-right
    +/-forward
    +/-back
    +/-moveright
    +/-moveleft

    working +/- commands
    +/- showscores

    just correct me for what i have missed/forgot.
  • obuhobuh Not Quite Smart at NS Join Date: 2003-03-31 Member: 15072Members, Constellation
    edited April 2007
    Yes, just about every command with a "+" is blocked by blockscripts. There are a few exceptions:
    <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->+jlook
    +mlook
    +use
    +showscores<!--c2--></div><!--ec2-->

    Those commands aren't blocked in aliases when blockscripts is on (I think it's new to 3.0 final). I found these by taking a little look at how scripts are blocked. <a href="http://www.lol.com/scripting_flowchart_commands.jpg" target="_blank">Here</a> is a short extract of the flowchart showing some tests that are done to know what to block. If it isn't one of those 4 commands listed above, you get the "Scriptng is not allowed on this server" message.
Sign In or Register to comment.