Kinda new to all these extra_rc.hpp mumbo jumbo. I changed the extra_rc.hpp for DZGM because it only has one item in it, so I thought why not make use of that file and add other stuff I want. Is that the way it works? I can just add and add and add to that file?
Here is where I am at currently, but it doesn't work. The brackets don't seem to line up any more the longer the file gets, even if I keep the same structure?
classExtraRc{classItemRadio{classGroupManagement{
text ="Group Management";
script ="execVM 'dzgm\loadGroupManagement.sqf'";};};class glock17_EP1 {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};class M9 {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};class M9SD {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};classMakarov{classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};class revolver_EP1 {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};class UZI_EP1 {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};classSa61_EP1{classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};classColt1911{classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};class UZI_SD_EP1 {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};class revolver_gold_EP1 {classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};classMakarovSD{classCommitSuicide{
text ="Commit Suicide";
script ="execVM ""custom\fixes\suicide.sqf"";";};};classItemGPS{class viewdistanceTitle {
text ="View Distance:";
script ="systemChat('Change View Distance Locally. Click on one of the distance options');";};};class distance1000m {
text ="1000 Meters";
script ="setViewDistance 1000; systemChat('ViewDistance: 1000');";};};class distance1500m {
text ="1500 Meters";
script ="setViewDistance 1500; systemChat('ViewDistance: 1500');";};};class distance2000m {
text ="2000 Meters";
script ="setViewDistance 2000; systemChat('ViewDistance: 2000'); systemChat('Warning: Higher the view distance Lower the FPS');";};};class distance3000m {
text ="3000 Meters";
script ="setViewDistance 3000; systemChat('ViewDistance: 3000'); systemChat('Warning: Higher the view distance Lower the FPS');";};};class distance5000m {
text ="5000 Meters";
script ="setViewDistance 5000; systemChat('ViewDistance: 5000'); systemChat('Warning: Higher the view distance Lower the FPS');";};};};
Can someone please point out where I have muffed this up, and if possible, tell me how I can add a right-click on toolbox option that will let me right click the toolbox, build a bike then when I am finished, look at the bike, pack it back up and get my toolbox back?
Question
ElDubya
Hi all,
Kinda new to all these extra_rc.hpp mumbo jumbo. I changed the extra_rc.hpp for DZGM because it only has one item in it, so I thought why not make use of that file and add other stuff I want. Is that the way it works? I can just add and add and add to that file?
Here is where I am at currently, but it doesn't work. The brackets don't seem to line up any more the longer the file gets, even if I keep the same structure?
Can someone please point out where I have muffed this up, and if possible, tell me how I can add a right-click on toolbox option that will let me right click the toolbox, build a bike then when I am finished, look at the bike, pack it back up and get my toolbox back?
Link to comment
Share on other sites
8 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