Posts: 6
Threads: 4
Joined: Jun 2010
when ever I try to start a vote the wrong person ends up getting voted for!
I tried typing the user name, the CN number and everything.
please help.
Posts: 1,823
Threads: 20
Joined: Jun 2010
kick (cn) "reason here"
//example: /kick 4 "You are DES|Bukz"
Posts: 1,981
Threads: 63
Joined: Jun 2010
why doesn't it appear in the menu anymore ? :/
Posts: 1,331
Threads: 44
Joined: Jun 2010
menus_multiplayer.cfg:
Quote://menuitem "Kick/ban player..." "showmenu kick/ban" // only noobish vote abusers use this, if you really want it, just uncomment
Posts: 1,981
Threads: 63
Joined: Jun 2010
Posts: 62
Threads: 1
Joined: Jun 2010
i gave up on voting in 1.1.0.1 i been trying to type names like /kick IteamKill teamkilller
it will end up as kick Chuck_Norris
to find out the numbers takes too much time
Posts: 2,841
Threads: 44
Joined: Jun 2010
are you serious smg? just tab > look > type > enter
lol
Posts: 62
Threads: 1
Joined: Jun 2010
06 Sep 10, 03:53AM
(This post was last modified: 06 Sep 10, 03:54AM by *SMG*_3m.)
...yea 10 seconds too much time for me to be exact i am a bit lazy sometimes ^.^
no actually i am dyslexic so i have a bit of a hard time reading list like that hahahha
Posts: 2,841
Threads: 44
Joined: Jun 2010
Posts: 62
Threads: 1
Joined: Jun 2010
thats ok it just makes my eyes hurt a bit ^.^ .... and take a bit longer on a full server
Posts: 3,780
Threads: 33
Joined: Jun 2010
I actually didn't know there was a menu for that until a few months ago.
Posts: 3,462
Threads: 72
Joined: Jun 2010
Thats actually pretty clever devs!
I always wondered why that menu disappeared.
Posts: 94
Threads: 5
Joined: Jun 2010
Raise one leg backwards, then swing your leg forwards with a lot of force behind it. Aim for the shins.
~~~~~~
I always use /kick (cn)
Sometimes when you kick from the kick menu, someone joins and stuffs up the order, so you kick someone else.
Posts: 3,780
Threads: 33
Joined: Jun 2010
Be sure to pull your toes back so as to avoid putting the brunt of the kick onto them. Toes are rather delicate.
~~~~~~
At least in this new version you can use the player name to kick. Just type the first couple letters of the player's name and hit TAB until the right one is in your command prompt. Or do you need to put something like
in autoexec.cfg first?
Posts: 3,462
Threads: 72
Joined: Jun 2010
To make sure it passes well, wear steal toed boots
~~~~~~
So thats how nickcomplete works? I always wondered.
Posts: 562
Threads: 61
Joined: Jul 2010
Kicking by nick never worked for me. I tried it a couple of times in 1.1 (I'd been using the GUI menus because I didn't know there was a command for it) and it ended up pulling cn 0 all the time.
Posts: 3,462
Threads: 72
Joined: Jun 2010
I'm just wondering. If you have any invalid argument after a vote requiring cn, does it use 0?
Posts: 1,823
Threads: 20
Joined: Jun 2010
Yes because 0 = error/invalid/nonexistent.
Posts: 33
Threads: 1
Joined: Aug 2010
Here is a precise Lordy's how to about how to kick:
1. Raise a leg. We are going to name it Timmy.
2. carefully pull it backwards.
3. Now, raise the other leg as well. We are going to name it ... Jimmy.
4. Due to gravity, Timmy will be pulled down with humongous speed.
5. As a result, Jimmy will go front and will ultimately give a fatal blow on the oppositions arse.
[Disclaimer: All the names used here are purely imagination. No real person has anything to do with them. Nor it was intentional to make someone called jimmy or timmy to go around and around to give kicks.]
-------------
I once kicked an innocent guy because he entered right after I typed the CN number of a TKer with negative score.
>.>
Posts: 1,438
Threads: 54
Joined: Jun 2010
aggrokick = [kick ($arg1) "See that F1 button on your keyboard? You better press it. If you do not, i will hunt you down, rip out your throat, and find you. FIND YOU. GOT THAT?! PUNK! "]
Put that in your autoexec.cfg and try it!
(To the tune of "Put that in your pipe and smoke it")
Posts: 3,780
Threads: 33
Joined: Jun 2010
Hm.
If kicking by player name does not work for you, use this script:
alias kickplayer [kick (findcn $arg1) $arg2]
// kickplayer [PLAYERNAME] [REASON]
Also a friendly tip: Put the reason in brackets so you don't have to squish it all into one word!
Posts: 562
Threads: 61
Joined: Jul 2010
07 Sep 10, 08:17AM
(This post was last modified: 07 Sep 10, 08:19AM by vonunov.)
We were actually trying things like that.
Both this:
alias kickn [kick (findcn $arg1) $arg2]
and
alias kickn [kick $(findcn $arg1) $arg2]
failed, usually defaulting to cn0 and giving a reason of either the player's name or a literal string of "$arg1" when used as /kick nick reason.
V-Man, does that alias test OK on your end? Maybe we just did it wrong, might need to try again. Note that we were using this as an inline /alias - does this differ?
Posts: 638
Threads: 10
Joined: Jun 2010
|