
Originally Posted by
Enforcer
1st Remove "rrgas_#_fdnavigate" from exectbl.ini
Add buttons with the following commands to the gas.skin
rrgas_0_fdnavigate
rrgas_1_fdnavigate
rrgas_2_fdnavigate
rrgas_3_fdnavigate
rrgas_4_fdnavigate
rrgas_5_fdnavigate
He's using hAv1c 2.1, which uses labels with the exec; command instead of buttons for the gas nav, so in the exectbl.ini, go to the section where the gas commands are, after each command, replace them with:
Code:
"GAS0","rrgas_0_fdnavigate"
"GAS1","rrgas_1_fdnavigate"
"GAS2","rrgas_2_fdnavigate"
"GAS3","rrgas_3_fdnavigate"
"GAS4","rrgas_4_fdnavigate"
"GAS5","rrgas_5_fdnavigate"
hope that helps
Bookmarks