Jump to content

Sundowner

Member
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Sundowner got a reaction from Bricktop in [1.4.1] Snap Building PRO   
    I remove this restriction in my player_build.sqf (for my admins)
    Around line 600 find this and comment it all out like this:
            //No building in trader zones
            //if (!canbuild) then {
            //    _cancel = true;
            //    _reason = "Cannot build in a city.";
            //};
    There may be other places where canbuild is set to false but I think this is the main one.
  2. Like
    Sundowner got a reaction from raymix in [1.4.1] Snap Building PRO   
    Raymix, many thanks for your great contributions to a great game!
    Just a side note on showing/hiding the Snap Pro Tutorial:
    If you DO want the Tutorial to be shown, you should NOT put
    snapTutorial = true;
    in your init.sqf as it will disable the tutorial. The test is for NIL, not true or false.
    (See snap_build.sqf around line 182: if (isNil "snapTutorial") then { ...
       
  3. Like
    Sundowner reacted to Sundowner in How to pass params from mission.sqm to script?   
    bump - still looking for help please
×
×
  • Create New...