26 Feb 11, 07:11PM
(26 Feb 11, 06:41PM)V-Man Wrote:[SELECT ALL] Code:// qban -- quickly ban a player when necessary -- by V-Man
// Requires grenadier's claimadmin script.
alias qban [
if (currole) [claimadmin] []
clientnum = $arg1
vote 2
whois $clientnum
sleep 500 [ ban $clientnum ]
sleep 750 [ screenshot ]
sleep 800 [ setadmin 0]
alias mapstartonce [getdemo]
]
What would be the executing command?