|
how do I kick people?
|
|
05 Sep 10, 05:54PM
Post: #1
|
|||
|
|||
|
how do I kick people?
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. |
|||
|
05 Sep 10, 05:55PM
Post: #2
|
|||
|
|||
|
RE: how do I kick people?
Code: kick (cn) "reason here" |
|||
|
05 Sep 10, 08:21PM
Post: #3
|
|||
|
|||
|
RE: how do I kick people?
why doesn't it appear in the menu anymore ? :/
|
|||
|
05 Sep 10, 08:28PM
Post: #4
|
|||
|
|||
|
RE: how do I kick people?
menus_multiplayer.cfg:
Quote://menuitem "Kick/ban player..." "showmenu kick/ban" // only noobish vote abusers use this, if you really want it, just uncomment |
|||
|
05 Sep 10, 08:33PM
Post: #5
|
|||
|
|||
|
RE: how do I kick people?
I disagree.
|
|||
|
06 Sep 10, 03:46AM
Post: #6
|
|||
|
|||
|
RE: how do I kick people?
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 |
|||
|
06 Sep 10, 03:50AM
Post: #7
|
|||
|
|||
|
RE: how do I kick people?
are you serious smg? just tab > look > type > enter
lol |
|||
|
06 Sep 10, 03:53AM
(This post was last modified: 06 Sep 10 03:54AM by *SMG*_3m.)
Post: #8
|
|||
|
|||
|
RE: how do I kick people?
...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 |
|||
|
06 Sep 10, 03:55AM
Post: #9
|
|||
|
|||
|
RE: how do I kick people?
oh sorry about that :)
|
|||
|
06 Sep 10, 03:56AM
Post: #10
|
|||
|
|||
|
RE: how do I kick people?
thats ok it just makes my eyes hurt a bit ^.^ .... and take a bit longer on a full server
|
|||
|
06 Sep 10, 04:17AM
Post: #11
|
|||
|
|||
|
RE: how do I kick people?
I actually didn't know there was a menu for that until a few months ago.
|
|||
|
06 Sep 10, 06:41AM
Post: #12
|
|||
|
|||
|
RE: how do I kick people?
Thats actually pretty clever devs!
I always wondered why that menu disappeared. |
|||
|
06 Sep 10, 06:43AM
Post: #13
|
|||
|
|||
|
RE: how do I kick people?
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. |
|||
|
06 Sep 10, 11:28PM
Post: #14
|
|||
|
|||
|
RE: how do I kick people?
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 Code: nickcomplete kick |
|||
|
06 Sep 10, 11:43PM
Post: #15
|
|||
|
|||
|
RE: how do I kick people?
To make sure it passes well, wear steal toed boots
~~~~~~ So thats how nickcomplete works? I always wondered. |
|||
|
07 Sep 10, 12:19AM
Post: #16
|
|||
|
|||
|
RE: how do I kick people?
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.
|
|||
|
07 Sep 10, 12:26AM
Post: #17
|
|||
|
|||
|
RE: how do I kick people?
I'm just wondering. If you have any invalid argument after a vote requiring cn, does it use 0?
|
|||
|
07 Sep 10, 02:30AM
Post: #18
|
|||
|
|||
|
RE: how do I kick people?
Yes because 0 = error/invalid/nonexistent.
|
|||
|
07 Sep 10, 06:33AM
Post: #19
|
|||
|
|||
|
RE: how do I kick people?
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. >.> |
|||
|
07 Sep 10, 06:45AM
Post: #20
|
|||
|
|||
|
RE: how do I kick people?
Code: 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") |
|||
|
07 Sep 10, 07:30AM
Post: #21
|
|||
|
|||
|
RE: how do I kick people?
Hm.
If kicking by player name does not work for you, use this script: Code: alias kickplayer [kick (findcn $arg1) $arg2] |
|||
|
07 Sep 10, 08:17AM
(This post was last modified: 07 Sep 10 08:19AM by Jack.)
Post: #22
|
|||
|
|||
|
RE: how do I kick people?
We were actually trying things like that.
Both this: Code: alias kickn [kick (findcn $arg1) $arg2]and Code: 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? |
|||
|
07 Sep 10, 08:29AM
Post: #23
|
|||
|
|||
|
RE: how do I kick people?
- Problem solved -
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)



