Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class customapp_7 {
- submenu = 0;
- toggleable = 0;
- text = "Deploy Mozzie";
- tooltip = "Deploys a Mozzie, for 1000 PopTabs taken out of your locker";
- fnc = "['C_Mozzie', 'Exile_Item_DuctTape', 1000, 0, false, true, false] call apps_fnc_deploy;"; // [class, itemcost (empty '' - no item cost), poptabs from bank, respect, has to be bambi, can repack, once per life?]
- pic = "";
- };
- // customapp_8 - more advanced example
- // a class will be randomly selected
- // item needed (will be removed as payment, empty '' - no item cost)
- // poptabs price (taken from locker)
- // respect price
- // has to be bambi
- // can repack
- // once per life?
- class customapp_8 {
- submenu = 0;
- toggleable = 0;
- text = "Deploy Quad";
- tooltip = "Deploys a Quad at a cost of 350 PopTabs taken out of your locker";
- fnc = "[['Exile_Bike_QuadBike_Black','Exile_Bike_QuadBike_Blue','Exile_Bike_QuadBike_Red','Exile_Bike_QuadBike_White','Exile_Bike_QuadBike_Nato','Exile_Bike_QuadBike_Csat','Exile_Bike_QuadBike_Fia','Exile_Bike_QuadBike_Guerilla01','Exile_Bike_QuadBike_Guerilla02'],'Exile_Item_DuctTape',350,0,false,true,false] call apps_fnc_deploy;";
- pic = "\A3\Soft_F\Quadbike_01\Data\UI\Quadbike_01_CA.paa";
- };
Advertisement
Add Comment
Please, Sign In to add comment