TheAce106

Untitled

Aug 16th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.24 KB | None | 0 0
  1. this enableSimulation false; this addAction["Cop Item Shop",life_fnc_virt_menu,"cop"];  this allowDamage false;  this addAction["Cop Clothing Shop",life_fnc_clothingMenu,"cop"];  this addAction["Cop Weapon Shop",life_fnc_weaponShopMenu,"cop_basic"];  this addAction["Patrol Officer Weapon Shop",life_fnc_weaponShopMenu,"cop_lvl2"];  this addAction["Senior Patrol Officer Weapon Shop",life_fnc_weaponShopMenu,"cop_lvl3"];  this addAction["Sergeant Weapon Shop",life_fnc_weaponShopMenu,"cop_lvl4"];  this addAction["Senior Sergeant Weapon Shop",life_fnc_weaponShopMenu,"cop_lvl5"];  this addAction["Lieutenant Weapon Shop",life_fnc_weaponShopMenu,"cop_lvl6"];  this addAction["Captain Weapon Shop",life_fnc_weaponShopMenu,"cop_lvl7"];  this addAction["Cop Attachment Shop",life_fnc_weaponShopMenu,"cop_attachment"];  this addAction[format["%1 ($%2)",["license_cop_air"] call life_fnc_varToStr,[(["cair"] call life_fnc_licensePrice)] call life_fnc_numberText],life_fnc_buyLicense,"cair",0,false,false,"",' !license_cop_air && playerSide == west ']; this addAction[format["%1 ($%2)",["license_cop_cg"] call life_fnc_varToStr,[(["cg"] call life_fnc_licensePrice)] call life_fnc_numberText],life_fnc_buyLicense,"cg",0,false,false,"",' !license_cop_cg && playerSide == west '];;
Advertisement
Add Comment
Please, Sign In to add comment