I need help with this script.
#4
yes V-man i want to press for example f7 and it counts down 3 2 1 disconnect

I tried it in-game
alias quittintime [
say RAGEQUIT
sleep 1000 [say 3]
sleep 2000 [say 2]
sleep 3000 [say 1]
sleep 4000 [disconnect]
]

bind f7 [quittintime]

it says unknowncommand quitintime
Thanks given by:


Messages In This Thread
I need help with this script. - by |AMP|Neon - 30 Jan 11, 09:56AM
RE: I need help with this script. - by V-Man - 30 Jan 11, 11:21AM
RE: I need help with this script. - by Neon - 30 Jan 11, 08:02PM
RE: I need help with this script. - by Neon - 30 Jan 11, 08:25PM
RE: I need help with this script. - by V-Man - 31 Jan 11, 01:08AM