Search results

  1. M

    [NEED HELP] Adding buildings with .sqf method?

    Machine, I've followed your responses in another building-adding thread and posted code and results: http://opendayz.net/threads/converting-mission-biedi-to-script.10699/page-4 ... and I can't get ANYTHING to appear, either. Could it be (a) related to the target land not being flat ( from...
  2. M

    Converting Mission.Biedi to Script

    OK, thanks for the post. In any programming language syntax manual, there will be a detailed discussion of the argument list. For example, if you were to google "C++ string find_first_of" you'd find numerous references that display the method's alternative parameter lists, discussing in turn...
  3. M

    Converting Mission.Biedi to Script

    Thank you. I'll give it a try as soon as folks get tired tonight and log off my server. Is there an honest-to-goodness scripting reference that actually describes the argument list's various alternative forms?
  4. M

    Converting Mission.Biedi to Script

    Greetings, DayZ mod newbie here -- but no noobie to development, mods, and plugins... Thanks for this post. This is my scripts\stuff.sqf file: if (isServer) then { _vehicle_61 = objNull; if (true) then { _this = createVehicle ["Base_WarfareBBarrier10xTall", [700.0, 13100.0]...
Back
Top