Help?
Kerotan
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?
So my ammo + medpack script didnt work =[
How do i get past this?
Comments
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.
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-->
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.
<!--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.