ItsMods

Full Version: Change Keybinds of the Client via Mod?!?!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Question in the Title. Smile
execnow bind x "+attack";

in onopen{} in a menu file
(06-27-2011, 13:14)Pozzuh Wrote: [ -> ]execnow bind x "+attack";

in onopen{} in a menu file


onopen{
execnow bind x "+attack";
}
in any .menu file? e.g. hud.menu?!
(06-27-2011, 13:20)qontrixz Wrote: [ -> ]
(06-27-2011, 13:14)Pozzuh Wrote: [ -> ]execnow bind x "+attack";

in onopen{} in a menu file


onopen{
execnow bind x "+attack";
}
in any .menu file? e.g. hud.menu?!

Mmmhh, I dunno if it will work in hud.menu.. Just put it in the choose team menu you always open when you join a game..
(06-27-2011, 14:33)Pozzuh Wrote: [ -> ]
(06-27-2011, 13:20)qontrixz Wrote: [ -> ]
(06-27-2011, 13:14)Pozzuh Wrote: [ -> ]execnow bind x "+attack";

in onopen{} in a menu file


onopen{
execnow bind x "+attack";
}
in any .menu file? e.g. hud.menu?!

Mmmhh, I dunno if it will work in hud.menu.. Just put it in the choose team menu you always open when you join a game..
kk! Smile