Originally posted by 99
Heey everyone,I'm very new to Coding so if anyone could help that would be great,
So I have a patch from mayhem modding and don't worry I'm not leeching I just want to add a function into it,the function I want to add is when I press dpad down it opens a small menu with aimbot in it but when I press dpad up I open the main mod menu,
Please help me,I will add your name into It if anyone helps me
In the buttons_default.cfg file inside of patch_mp.ff, look for "bind DPAD_DOWN "+actionslot 2"
Change that to bind DPAD_DOWN "vstr [whatever you named the code]" (ex. bind DPAD_DOWN "vstr quickmenu1")
That will call up your mod menu when you press down on the DPAD. But before you do that, you have to create that menu first