Spectator mode - Whats the use...?
#14
(20 Feb 12, 08:09PM)X-Ray_Dog Wrote: /kick cn "reason"
The problem with that is a lot of ppl vote no.
Dont know if its because stupidity, its a friend or what ever.
The point being, vote kick dont always work, even if the kick is for a good reason.

Beside, i use [cubescript]alias mkick [
if (> (listlen $arg1) 0) [
tmp = $arg1
if (= (currole) 0) [
claimadmin
sleep 150 [ kick $tmp "idle/afk/not playing" ]
sleep 1500 [ setadmin 0 ]
][
kick $tmp "idle/afk/not playing"
]
]
][/cubescript]
Thanks given by:


Messages In This Thread
RE: Spectator mode - Whats the use...? - by OpenSource - 20 Feb 12, 08:54PM