Post Reply 
Scriptquestion
Author Message
systemkater Offline
Junior Member
**

Posts: 19
Joined: Aug 2008
Post: #1
Scriptquestion
I need a Scriptcheck to Scan +attack for M1,Burstscripts etc.I have this in Theorie:

<"+attack"><"vstr"><"^1OI!!! %P% ^1Binding any key to run 'vstr' scripts on this server is forbidden.">
<"+attack"><"exec"><"^1OI!!! %P% ^1Binding any key to execute scripts using 'exec' on this server is forbidden.">
<"+attack"><"wait"><"^1OI!!! %P% ^1Binding any key to execute scripts using 'exec' on this server is forbidden.">
<"KEY_MWHEELUP"><"+attack"><"^1OI!!! %P% ^1Binding the fire button to the mousewheel on this server is forbidden.">

is this correkt?Need only kicks for +attack Binds.
31-10-2008 11:01
Find all posts by this user Quote this message in a reply
Jimbo Offline
Administrator
*******

Posts: 571
Joined: Jan 2008
Post: #2
RE: Scriptquestion
Sorry.... you need to be a little clearer on what you want to do....

The format of the binds check is...

<"{The keyboard Key you want to check for}"><"{what action you want to check for}"><"{The message you want displayed when detected}">

[Image: jimbojetset.gif]
some days it's just not worth the effort of chewing through the straps - Emo Philips
31-10-2008 11:17
Visit this user's website Find all posts by this user Quote this message in a reply
systemkater Offline
Junior Member
**

Posts: 19
Joined: Aug 2008
Post: #3
RE: Scriptquestion
I need Checks only for +attack Binds to kick Firebuttonscripter like M1 Script,Burstscript etc.
I mean so:

<"+attack"><"vstr"><"^1OI!!! %P% ^1Binding fire button to run 'vstr' scripts on this server is forbidden.">
<"+attack"><"exec"><"^1OI!!! %P% ^1Binding fire button to execute scripts using 'exec' on this server is forbidden.">
<"+attack"><"wait"><"^1OI!!! %P% ^1Binding fire button to execute scripts using 'wait' on this server is forbidden.">
(This post was last modified: 31-10-2008 11:39 by systemkater.)
31-10-2008 11:30
Find all posts by this user Quote this message in a reply
Jimbo Offline
Administrator
*******

Posts: 571
Joined: Jan 2008
Post: #4
RE: Scriptquestion
Ok... I think I see what you want.... If scripts like M1 Script & Burstscript are activated by either the 'exec' or the 'vstr' functions then you need...

<"ANY_KEY"><"vstr"><"^1OI!!! %P% ^1Binding fire button to run 'vstr' scripts on this server is forbidden.">
<"ANY_KEY"><"exec"><"^1OI!!! %P% ^1Binding fire button to execute scripts using 'exec' on this server is forbidden.">

If the scripts you mention don't use either the vstr or exec functions then simply enter the function they do use in place of either the vstr or exec values.

[Image: jimbojetset.gif]
some days it's just not worth the effort of chewing through the straps - Emo Philips
(This post was last modified: 31-10-2008 12:38 by Jimbo.)
31-10-2008 12:38
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply