Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class ExtraRc {
- class UZI_SD_EP1 {
- class Test1 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class UZI_EP1 {
- class Test2 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class glock17_EP1 {
- class Test3 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class M9 {
- class Test4 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class M9SD {
- class Test5 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class Makarov {
- class Test6 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class MakarovSD {
- class Test7 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class revolver_EP1 {
- class Test8 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class Colt1911 {
- class Test7 {
- text = "Suicide";
- script = "execVM 'fixes\suicide.sqf'";
- };
- };
- class ItemSledge {
- class Mining {
- text = "Mining";
- script = "execVM 'custom\mining\mining-action.sqf'";
- };
- };
- class ItemToolbox {
- class BuildBike {
- text = "Deploy Bike";
- script = "['Old_bike_TK_INS_EP1'] execVM 'custom\EVD2\EVD_deploy.sqf'";
- };
- class Buildmoto {
- text = "Deploy Moto";
- script = "['TT650_TK_EP1'] execVM 'custom\EVD2\EVD_deploy.sqf'";
- };
- class BuildBox {
- text = "Origins Construction";
- script = "['MedBox0'] execVM 'custom\EVD\EVD_deploy.sqf'";
- };
- class BBG {
- text = "Large Garage";
- script = "['LG'] execVM 'custom\origins\originsbuild.sqf'";
- };
- class BPG {
- text = "Pyramid";
- script = "['PG'] execVM 'custom\origins\originsbuild.sqf'";
- };
- };
- class ItemCrowbar {
- class BB1 {
- text = "Bandit L1 House";
- script = "['B1'] execVM 'custom\origins\originsbuild.sqf'";
- };
- class BB2 {
- text = "Bandit L2 House";
- script = "['B2'] execVM 'custom\origins\originsbuild.sqf'";
- };
- class BB3 {
- text = "Bandit L3 House";
- script = "['B3'] execVM 'custom\origins\originsbuild.sqf'";
- };
- };
- class ItemETool {
- class BH1 {
- text = "Hero L1 House";
- script = "['H1'] execVM 'custom\origins\originsbuild.sqf'";
- };
- class BH2 {
- text = "Hero L2 House";
- script = "['H2'] execVM 'custom\origins\originsbuild.sqf'";
- };
- class BH3 {
- text = "Hero L3 House";
- script = "['H3'] execVM 'custom\origins\originsbuild.sqf'";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement