You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
-Da_MoDDer-
  • TTG Senior
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
Triforce wrote
FoldedHONDABOY wrote set 3 clientkick 2;set 3 clientkick 3;set 3 clientkick 1


Yeah so I put

"bind dpad_down set 3 clientkick 2"

And when I hit dpad_dpwn it doesnt kick him.

no it will kick him i found a better kick menu!
////Kick Menu////

kickmenu vstr kick2;vstr kick3;vstr kick4
kick2 bind dpad_up clientkick 2
kick3 bind dpad_right clientkick 3
kick4 bind dpad_down clientkick 4
#12. Posted:
JR-Smith
  • TTG Addict
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
FoldedHONDABOY wrote
Triforce wrote
FoldedHONDABOY wrote set 3 clientkick 2;set 3 clientkick 3;set 3 clientkick 1


Yeah so I put

"bind dpad_down set 3 clientkick 2"

And when I hit dpad_dpwn it doesnt kick him.

no it will kick him i found a better kick menu!
////Kick Menu////

kickmenu vstr kick2;vstr kick3;vstr kick4
kick2 bind dpad_up clientkick 2
kick3 bind dpad_right clientkick 3
kick4 bind dpad_down clientkick 4


Do I have to put the work kickmenu in there?
#13. Posted:
-Da_MoDDer-
  • TTG Senior
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
yah im like 90% sure this will work
put like

setting:Kick Menu
Valu:kickmenu vstr kick2;vstr kick3;vstr kick4
kick2 bind dpad_up clientkick 2
kick3 bind dpad_right clientkick 3
kick4 bind dpad_down clientkick 4

(just get that to work)!
#14. Posted:
JR-Smith
  • TTG Addict
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
FoldedHONDABOY wrote yah im like 90% sure this will work
put like

setting:Kick Menu
Valu:kickmenu vstr kick2;vstr kick3;vstr kick4
kick2 bind dpad_up clientkick 2
kick3 bind dpad_right clientkick 3
kick4 bind dpad_down clientkick 4

(just get that to work)!



Can you test it man, Im tired of testing everything, Ive tested like 10 different methods today!
#15. Posted:
-Da_MoDDer-
  • TTG Senior
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
Status: Offline
Joined: Feb 04, 201113Year Member
Posts: 1,039
Reputation Power: 51
i got them from a guy that i asked from how to get menus and this is what he gave me
This Is just a simple menu base just to help you out.

activeaction bind button_back vstr setup

////setup//////

Setup bind dpad_up vstr 1;bind dpad_right vstr 2;bind dpad_down vstr 3;vstr me

1 vstr kickmenu;text1
2 vstr ModMenu;text2
3 vstr PlayerMenu;text3


////Kick Menu////

kickmenu vstr kick2;vstr kick3;vstr kick4
kick2 bind dpad_up clientkick 2
kick3 bind dpad_right clientkick 3
kick4 bind dpad_down clientkick 4

///Modmenu///

ModMenu vstr mod1;vstr mod2;vstr mod3
mod1 bind dpad_up vstr dvar1
mod2 bind dpad_right dvar2
mod3 bind dpad_down dvar3

///PlayerMenu///

PlayerMenu vstr freez;vstr unfreez
freez bind dpad_up g_speed 0
unfreez bind dpad_right g_speed 999


///text setup///

text1 ^1Press_Dpad_up_[^2KickMenu^1]
text2 ^1Press_Dpad_Down_[^2ModMenu^1]
text3 ^1Press_Dpad_right_[^2PlayerMenu^1]
#16. Posted:
bucky2k11
  • Challenger
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 121
Reputation Power: 7
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 121
Reputation Power: 7
pretty sure gamesaves wont kick as you dont have4 dvars set as stick unless its just like a feww options to many and its dont work same as binding with infections these days you get the lot with menu from mod or nothing well maybe perma ban from infecions in public tho but apart from that trust me dont try gamesave kicks you only get into crap
#17. Posted:
JR-Smith
  • TTG Addict
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
bucky2k11 wrote pretty sure gamesaves wont kick as you dont have4 dvars set as stick unless its just like a feww options to many and its dont work same as binding with infections these days you get the lot with menu from mod or nothing well maybe perma ban from infecions in public tho but apart from that trust me dont try gamesave kicks you only get into crap


Someone already made a savegame kick menu.
#18. Posted:
JR-Smith
  • TTG Addict
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
FoldedHONDABOY wrote i got them from a guy that i asked from how to get menus and this is what he gave me
This Is just a simple menu base just to help you out.

activeaction bind button_back vstr setup

////setup//////

Setup bind dpad_up vstr 1;bind dpad_right vstr 2;bind dpad_down vstr 3;vstr me

1 vstr kickmenu;text1
2 vstr ModMenu;text2
3 vstr PlayerMenu;text3


////Kick Menu////

kickmenu vstr kick2;vstr kick3;vstr kick4
kick2 bind dpad_up clientkick 2
kick3 bind dpad_right clientkick 3
kick4 bind dpad_down clientkick 4

///Modmenu///

ModMenu vstr mod1;vstr mod2;vstr mod3
mod1 bind dpad_up vstr dvar1
mod2 bind dpad_right dvar2
mod3 bind dpad_down dvar3

///PlayerMenu///

PlayerMenu vstr freez;vstr unfreez
freez bind dpad_up g_speed 0
unfreez bind dpad_right g_speed 999


///text setup///

text1 ^1Press_Dpad_up_[^2KickMenu^1]
text2 ^1Press_Dpad_Down_[^2ModMenu^1]
text3 ^1Press_Dpad_right_[^2PlayerMenu^1]


Ill test it tomorrow
#19. Posted:
TheCobbleBlock
  • TTG Senior
Status: Offline
Joined: Sep 05, 201013Year Member
Posts: 1,127
Reputation Power: 54
Status: Offline
Joined: Sep 05, 201013Year Member
Posts: 1,127
Reputation Power: 54
Triforce wrote
FoldedHONDABOY wrote set 3 clientkick 2;set 3 clientkick 3;set 3 clientkick 1


Yeah so I put

"bind dpad_down set 3 clientkick 2"

And when I hit dpad_dpwn it doesnt kick him.

take out the set 3 part just use clientkick 2 and it will kick the 2nd person who joined ur game
#20. Posted:
JR-Smith
  • TTG Addict
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
Status: Offline
Joined: Mar 15, 201014Year Member
Posts: 2,423
Reputation Power: 107
MMXModding wrote
Triforce wrote
FoldedHONDABOY wrote set 3 clientkick 2;set 3 clientkick 3;set 3 clientkick 1


Yeah so I put

"bind dpad_down set 3 clientkick 2"

And when I hit dpad_dpwn it doesnt kick him.

take out the set 3 part just use clientkick 2 and it will kick the 2nd person who joined ur game


yo thanks Ill test it tomorrow
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.