Scripts
try making it

alias ragequit [say "bye bye everyone!"; sleep 200 [disconnect]]
Thanks given by:
(14 Nov 11, 06:03PM)AaRoN Wrote: [code=CubeScript]ragequit = [say "bye bye everyone!"; sleep 200 [disconnect]][/code]
That looks like it should work. How are you using it? Do you get any error messages?
Thanks given by:
Thanks for your reply V-man and Milandrag
here are the answers:

V-Man i don't get any errors messages, i just have NOW this in my autoexec.cfg:

alias ragequit = [say "bye bye everyone!"; sleep 200 [disconnect]]

Milandrag i tried and it doesnt work
Thanks given by:
try:
[cubescript]ragequit = [say "bye bye everyone!"; sleep 200 [disconnect]][/cubescript]
(remove "alias" and just use the "=")
Thanks given by:
well im tested it myself in 1.1.0.4 and it works perfectly.... i don't know why alias should not work.... unless if it's in svn and alias is longer needed....
otherwise idk ^^"

edit:
in order for this to work you must type /ragequit to disconnect not just clicking on "disconnect on server"....
Thanks given by:
That should work, as long as you are using the /ragequit command to disconnect (if you use the menus it won't work) - maybe try increasing the value of that sleep from 200, to say 1000, to give you enough time to notice the message being sent before the disconnect.
Thanks given by:
Thanks guys it works now I'm go ty bind a key to say /ragequit
Thanks given by:
[cubescript]
bind KEY [say "/ragequit"]
[/cubescript]
Thanks given by:
try without say

bind "KEY" [ragequit]
Thanks given by:
I just typed in AC /bind m [ragequit]] and it works when I hit "m" I disconnect and say: bye bye everyone!
Thanks given by:
Hey guys i've got a request for a script,
a script that does say "hello everyone" when you connect.
thx guys
Thanks given by:
Why would you do that? there might be some folks you don't like
Thanks given by:
It is nice to allow for the possibility that people can change their minds and happily accept a friendly "hello everyone."
Thanks given by:
I want a script that say "hello" to friends and "ɟɟo ʞɔnɟ" to foes!
Thanks given by:
ah i know what's wrong with my request, but now i'm being a "scripter" like V-Man ^^
Thanks given by:
@DEs|Cleaner How the holy **** did you write that?
@AaRoN Cho has got that script so you might ask him for it... But I find it annoying cause its kinda lame cause every time someone connects its like, hi unarmed, hi blackhole, hi wigga... I don´t know, its like not personal.
Thanks given by:
http://www.fliptext.org/
Thanks given by:
(19 Nov 11, 02:14AM)paulmuaddibKA Wrote: @DES|Cleaner How the holy **** did you write that?
(19 Nov 11, 04:27AM)V-Man Wrote: http://www.fliptext.org/

It is indeed :D

Thanks given by:
(27 Jun 11, 10:42PM)macm Wrote: A simple script to check the damage you made with a grenade:

example:
Grenade Damage: 98
Grenade Damage: 143
Grenade Damage: 32


//add the alias to the altaction or your grenade key

alias altaction_8 [quicknadethrow; nade_hit_msg ]

alias nade_hit_msg [
last_nade_dmg = (at (pstat_weap (findcn $curname)) 17);
sleep 3000 [
new_nade_dmg = (at (pstat_weap (findcn $curname)) 17);
nade_made_dmg = (- $new_nade_dmg $last_nade_dmg)
if (> $nade_made_dmg 0) [echo (concat " 3Grenade Damage:" $nade_made_dmg)]
]]

I've pasted that ^ into my autoexec file and I've got tools.cfg. I still can't get it to work. :(

Can you help?

Thanks given by:
@sgt.d It works if you throw the grenade with the right click button.
Thanks given by:
hay guys,
i have a question;
i wanna make a script if i press backspace it will say: [me is no longer available] and if i press it again it will say: [me is available]

i know something about it;

/bind backspace [me is no longer available] [me is available]

but what to do more
thanks:)

*K!D*
Thanks given by:
Add this to your /config/autoexec.cfg:

[cubescript]imaway = 0
bind BACKSPACE [ if $imaway [ imaway = 0; me is available ] [ imaway = 1; me is away ] ][/cubescript]
Thanks given by:
Thanks Bukz ;)
lol i have another thing
i have that script, but i changed some things.
wich means that i need admin for do that script
my question is: what do i have to typ so it only works with admin?

byebye

*K!D*
Thanks given by:
[cubescript]imaway = 0
bind BACKSPACE [ if (currole) [ if $imaway [ imaway = 0; me is available ] [ imaway = 1; me is away ] ] [ echo (c 3)Error: (c 5)You must have admin status to use this. ] ][/cubescript]

Something like this maybe.
Thanks given by:
ty Bukz :)
Thanks given by:
Who knows the link to the script: anti-claim admin script?

*K!D*
Thanks given by:
Oh god that thing. I hoped it died out :(

I wont remake it here as I personally am against many uses of the script.
Thanks given by:
I forgot, what exactly does it do?
Thanks given by:
V man, it works if you have admin and if other ppl wanna claim it, u automaticly claim back

*K!D*
Thanks given by:
Hey guys, i want a script that has a list (like a whitelist) with names who i cant kick, is that possible?

*K!D*
Thanks given by: