Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private _signs = [
- ["Exile_Sign_WasteDump", [7410.4, 8074.21, 170.342], [-0.535676, -0.844424, 0], [0, 0, 1], false, [0, "Custom\Signs\WasteDump.paa"]],
- ["Exile_Sign_VehicleCustoms", [7431.35, 8129.08, 170.311], [0.069323, 0.997594, 0], [0, 0, 1], false, [0, "Custom\Signs\VehicleCustoms.paa"]],
- ["Exile_Sign_Office", [7397.09, 8103.33, 170.281], [-0.862089, 0.506756, 0], [0, 0, 1], false, [0, "Custom\Signs\Bounties.paa"]]
- ];
- {
- private _sign = (_x select 0) createVehicle (_x select 1);
- _sign allowDamage false;
- _sign setPosWorld (_x select 1);
- _sign setVectorDirAndUp [_x select 2, _x select 3];
- _sign enableSimulationGlobal (_x select 4);
- _sign setVariable ["ExileIsLocked", -1, true];
- _sign setObjectTextureGlobal (_x select 5);
- }
- forEach _signs;
Advertisement
Add Comment
Please, Sign In to add comment