Hey guys, with the help of some people I created -
It's a scroll wheel. The only problem is, sometimes its not always there. It disappears when you change skins and such. Anyway I could add it to the fn_selfactions.sqf?
I.E -
if ((speed player <= 1)) then {
if (s_player_actionmenu < 0) then {
s_player_actionmenu = player addAction [("<t color="#FFFFCC"">" + ("Action Menu") +"</t>"),"actionmenu\actionmenu_activate.sqf","",5,false,true,"","];
};
} else {
player removeAction s_player_actionmenu;
s_player_actionmenu = -1;
};