14 Nov 11, 06:11PM 
		
	
	
		try making it
alias ragequit [say "bye bye everyone!"; sleep 200 [disconnect]]
	
	
	
alias ragequit [say "bye bye everyone!"; sleep 200 [disconnect]]
| 
					Scripts
				 | 
| 
		
		
		14 Nov 11, 06:11PM 
		
	 
		try making it alias ragequit [say "bye bye everyone!"; sleep 200 [disconnect]] 
		
		
		14 Nov 11, 07:48PM 
		
	 
		
		
		14 Nov 11, 08:24PM 
		
	 
		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 
		try: [cubescript]ragequit = [say "bye bye everyone!"; sleep 200 [disconnect]][/cubescript] (remove "alias" and just use the "=") 
		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".... 
		
		
		14 Nov 11, 10:17PM 
		
	 
		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.
	 
		
		
		15 Nov 11, 05:16PM 
		
	 
		Thanks guys it works now I'm go ty bind a key to say /ragequit
	 
		
		
		15 Nov 11, 07:58PM 
		
	 
		[cubescript] bind KEY [say "/ragequit"] [/cubescript] 
		
		
		15 Nov 11, 08:07PM 
		
	 
		try without say bind "KEY" [ragequit] 
		
		
		15 Nov 11, 08:37PM 
		
	 
		I just typed in AC /bind m [ragequit]] and it works when I hit "m" I disconnect and say: bye bye everyone! 
	 
		
		
		18 Nov 11, 04:07PM 
		
	 
		Hey guys i've got a request for a script, a script that does say "hello everyone" when you connect. thx guys 
		
		
		18 Nov 11, 04:11PM 
		
	 
		Why would you do that? there might be some folks you don't like
	 
		
		
		18 Nov 11, 06:52PM 
		
	 
		It is nice to allow for the possibility that people can change their minds and happily accept a friendly "hello everyone."
	 
		
		
		18 Nov 11, 07:17PM 
		
	 
		I want a script that say "hello" to friends and "ɟɟo ʞɔnɟ" to foes!
	 
		
		
		18 Nov 11, 08:33PM 
		
	 
		ah i know what's wrong with my request, but now i'm being a "scripter" like V-Man ^^
	 
		
		
		19 Nov 11, 02:14AM 
		
	 
		@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. 
		
		
		19 Nov 11, 04:27AM 
		
	 
		
		
		19 Nov 11, 12:18PM 
		
	 (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 
		
		
		21 Nov 11, 05:11AM 
		
	 (27 Jun 11, 10:42PM)macm Wrote: A simple script to check the damage you made with a grenade: 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? 
		
		
		21 Nov 11, 06:30AM 
		
	 
		@sgt.d It works if you throw the grenade with the right click button. 
	 
		
		
		21 Nov 11, 05:34PM 
		
	 
		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* 
		
		
		21 Nov 11, 05:41PM 
		
	 
		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 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* 
		[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. 
		
		
		21 Nov 11, 08:11PM 
		
	 
		ty Bukz :)
	 
		
		
		22 Nov 11, 07:39AM 
		
	 
		Who knows the link to the script: anti-claim admin script? *K!D* 
		
		
		22 Nov 11, 07:43AM 
		
	 
		Oh god that thing. I hoped it died out :( I wont remake it here as I personally am against many uses of the script. 
		
		
		22 Nov 11, 03:32PM 
		
	 
		I forgot, what exactly does it do?
	 
		
		
		22 Nov 11, 03:52PM 
		
	 
		V man, it works if you have admin and if other ppl wanna claim it, u automaticly claim back *K!D* 
		
		
		22 Nov 11, 06:40PM 
		
	 
		Hey guys, i want a script that has a list (like a whitelist) with names who i cant kick, is that possible? *K!D* | 
| 
					« Next Oldest | Next Newest »
				 |