Post: Choose infectable binds from menu (idea + base script)
06-26-2011, 11:39 AM #1
Karoolus
I'm the W@W Menu Guy !
(adsbygoogle = window.adsbygoogle || []).push({}); Title says enough.. this would be nice to put in a menu patch, so ppl can infect themselves with binds when in your lobby Smile


Add these to your menu (in a separate submenu)
Noclip
Godmode
Demigod
Drop Weapon
Give All
.....

    ChooseBinds()
{
//open options in submenu
self.binds = "";
dpad = StrTok("UP|DOWN|LEFT|RIGHT","|");
for(a = 0; a < 3; a++)
{
self thread submenu(/*submenu number for button bind options*/); //fill these in for YOUR menu base
self waittill(/*selected mod notify*/); //same here
self.binds = AddToString( self.binds, self.chosenoption, "DPAD_" + dpad[a] );
wait .05;
}
self SetClientDvar("activeaction", self.binds);
}


AddToString( string, add, button )
{
tempstring = string + " bind " + button + " " + add + ";";
return tempstring;
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Karoolus for this useful post:

xxshredgnarxx
06-29-2011, 04:41 PM #20
Karoolus
I'm the W@W Menu Guy !
Originally posted by KillaMaJic View Post
Can someone tell me how to put this in a menu patch I don't really understand :p


it's unfinished..
but i won't continue working on it, cause i saw that nzMikey from s7 has this in his menu, so it's not something NEW :p
just look for the code that's floating around on s7
06-29-2011, 04:50 PM #21
BlazingDope
Can’t trickshot me!
Originally posted by Karoolus View Post
it's unfinished..
but i won't continue working on it, cause i saw that nzMikey from s7 has this in his menu, so it's not something NEW :p
just look for the code that's floating around on s7


ohh, my bad lol!
I'll have a look on s7 :p
you got any free spaces on your ps3 karoolus?
08-08-2011, 03:29 AM #22
cadpimp1289
Do a barrel roll!
hey searched S7 but I could not find his post about infectable binds from a mod menu
08-09-2011, 08:48 PM #23
looks good! will come in handy<3

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo