Advertisement
TheAce106

Untitled

Aug 22nd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.89 KB | None | 0 0
  1. removeallWeapons this;  this enableSimulation false;  this allowDamage false;  this addAction["Rebel Clothing Shop",life_fnc_clothingMenu,"reb",0,false,false,"",' license_civ_rebel && playerSide == civilian'];  this addAction["Rebel Weapon Shop",life_fnc_weaponShopMenu,"rebel",0,false,false,"",' license_civ_rebel && playerSide == civilian'];  this addAction[format["%1 ($%2)",["license_civ_rebel"] call life_fnc_varToStr,[(["rebel"] call life_fnc_licensePrice)] call life_fnc_numberText],life_fnc_buyLicense,"pmc",0,false,false,"",' !license_civ_rebel && playerSide == civilian ']; this addAction["<t color='#ADFF2F'>ATM</t>",life_fnc_atmMenu,"",0,FALSE,FALSE,"",' vehicle player == player && player distance _target < 4 ']; this addAction["Banking Insurance ($1,000)",{if(life_atmcash > 1000) then {life_has_insurance = true; life_atmcash = life_atmcash - 1000};},"",0,false,false,"",'!life_has_insurance'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement