jimbouk1977

XM8 Apps infiSTAR "app_defines.hpp"

Mar 15th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.18 KB | None | 0 0
  1. class customapp_7 {
  2.     submenu = 0;
  3.     toggleable = 0;
  4.     text = "Deploy Mozzie";
  5.     tooltip = "Deploys a Mozzie, for 1000 PopTabs taken out of your locker";
  6.     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?]
  7.     pic = "";
  8. };
  9.  
  10. // customapp_8 - more advanced example
  11. // a class will be randomly selected
  12. // item needed (will be removed as payment, empty '' - no item cost)
  13. // poptabs price (taken from locker)
  14. // respect price
  15. // has to be bambi
  16. // can repack
  17. // once per life?
  18. class customapp_8 {
  19.     submenu = 0;
  20.     toggleable = 0;
  21.     text = "Deploy Quad";
  22.     tooltip = "Deploys a Quad at a cost of 350 PopTabs taken out of your locker";
  23.     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;";
  24.     pic = "\A3\Soft_F\Quadbike_01\Data\UI\Quadbike_01_CA.paa";
  25. };
Advertisement
Add Comment
Please, Sign In to add comment