Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- File: fn_clothing_careers.sqf
- Author: Bryan "Tonic" Boardwine
- Description:
- Master configuration file for Altis Diving Shop.
- */
- private["_filter"];
- _filter = [_this,0,0,[0]] call BIS_fnc_param;
- //Classname, Custom Display name (use nil for Cfg->DisplayName, price
- //Shop Title Name
- ctrlSetText[3103,"Career Uniforms"];
- switch (_filter) do
- {
- //Uniforms
- case 0:
- {
- if (license_civ_lawyer) then
- {
- _ret set[count _ret,["U_NikosAgedBody","Lawyer",250]];
- };
- if (license_civ_press) then
- {
- _ret set[count _ret,["U_C_Journalist","Press",750];
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment