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,"","];
Question
prominentalex
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 -
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now