yes V-man i want to press for example f7 and it counts down 3 2 1 disconnect
I tried it in-game
it says unknowncommand quitintime
I tried it in-game
[SELECT ALL] Code:
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