TheAce106

Cop On map

Apr 10th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.82 KB | None | 0 0
  1. this enableSimulation false; this addAction[localize"STR_MAR_Cop_Item_Shop",life_fnc_virt_menu,"cop"]; this allowDamage false; this addAction[localize"STR_MAR_Cop_Clothing_Shop",life_fnc_clothingMenu,"cop"]; this addAction[localize"STR_MAR_Cop_Weapon_Shop",life_fnc_weaponShopMenu,"cop_basic"]; this addAction[localize"STR_MAR_Recruit_Weapon_Shop",life_fnc_weaponShopMenu,"cop_recruit"]; this addAction[localize"STR_MAR_Constable_Weapon_Shop",life_fnc_weaponShopMenu,"cop_constable"]; this addAction[localize"STR_MAR_Senior_Constable_Weapon_Shop",life_fnc_weaponShopMenu,"cop_sconstable"]; this addAction[localize"STR_MAR_Sergeant_Weapon_Shop",life_fnc_weaponShopMenu,"cop_sergeant"]; this addAction[localize"STR_MAR_Senior_Sergeant_Weapon_Shop",life_fnc_weaponShopMenu,"cop_ssergeant"]; this addAction[localize"STR_MAR_Inspector_Weapon_Shop",life_fnc_weaponShopMenu,"cop_inspector"]; this addAction[localize"STR_MAR_Commissioner_Weapon_Shop",life_fnc_weaponShopMenu,"cop_commissioner"]; this addAction[localize"STR_MAR_Attachment_Shop",life_fnc_weaponShopMenu,"cop_attachment"]; this addAction[format["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "cAir" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "cAir" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"cAir",0,false,false,"",' !license_cop_cAir && playerSide == west ']; this addAction[format["%1 ($%2)",localize (getText(missionConfigFile >> "Licenses" >> "cg" >> "displayName")), [(getNumber(missionConfigFile >> "Licenses" >> "cg" >> "price"))] call life_fnc_numberText],life_fnc_buyLicense,"cg",0,false,false,"",' !license_cop_cg && playerSide == west ']; this addAction["<t color='#ADFF2F'>ATM</t>",life_fnc_atmMenu,"",0,FALSE,FALSE,"",' vehicle player == player && player distance _target < 4 ']; this setObjectTextureGlobal [0,"textures\cop_uniform.jpg"];
Advertisement
Add Comment
Please, Sign In to add comment