Post: Help with changing menu controls
11-01-2015, 05:28 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Menu controls::

____________________________________________________________________________________

// Scroll Up
if(self adsButtonPressed())
{
scroll(-1);
self playsoundtoplayer("cac_grid_nav",self);
wait 0.124;
}

// Scroll Down
if(self attackButtonPressed())
{
scroll(1);
self playsoundtoplayer("cac_grid_nav",self);
wait 0.124;
}

// Select
if(self jumpButtonPressed())
{
select();
wait 0.18;
}

// Close Menu
if(self useButtonPressed())
{
if(!isEmpty(self.surge["menu"][self getCurrentMenu()]["parent"]))
{
self changeMenu(self.surge["menu"][self getCurrentMenu()]["parent"]);
self playsoundtoplayer("cac_screen_hpan",self);
}
else
{
exitMenu();
}
wait 0.20;
}

// Exit
if(self meleeButtonPressed() || self stanceButtonPressed())
exitMenu();
}
else
{
// Opens the menu
if(self actionSlotOneButtonPressed())
{
wait 0.12; // This needs to be here or we will scroll on menu open.
self thread monitorPlayerMenu();
self updatePlayersMenu();
runMenu(self.surge["menu"]["current"]);
}

____________________________________________________________________________________

Need help changing

Scroll Up to Dpad-Up
Scroll Down to Dpad-Down
Open Menu to Aim+Knife
Close Menu to Knife
Select to A-Button
Go Back to B-Button
(adsbygoogle = window.adsbygoogle || []).push({});
11-02-2015, 10:02 PM #11
self freezecontrols(false);

If that's added will it not work or if it's

self freezecontrols(true);

Will it not work

Or do I just remove the whole thing
11-02-2015, 10:05 PM #12
nothing says that

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo