Advertisement
NayLz

Untitled

Aug 13th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #include "player_sys.sqf"
  2.  
  3. class playerSettings {
  4. idd = playersys_DIALOG;
  5. movingEnable = 1;
  6. enableSimulation = 1;
  7.  
  8. class controlsBackground {
  9. class Life_RscTitleBackground: Life_RscPicture {
  10. idc = -1;
  11. text = "textures\ymenu_naylz.paa";
  12. x = 0;
  13. y = -0.12;
  14. w = 1;
  15. h = 1.28;
  16. };
  17. };
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement