Jump to content

haggis

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by haggis

  1. Thank for taking the time to reply Asian Kid. Cant seem to see why it will not work for me.

     

    Located in my "custom folder"

     

    https://www.dropbox.com/sh/es1rhjzqhryjj8r/9TbXUjZg2S

     

     

    dayz_epoch_13.Tavi\init.sqf

    //Run the player monitor
    _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
    _playerMonitor =  [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; 
    _Armored_SUV_PMC_DZE_turret = [] execVM "custom\VehicleActions\suvpmc_init.sqf";

    Am trying on the right type of DZE SUV

     

    Anyone mind taking a look to see if there is an issue?

  2. Got it working at last was an issue with my "drink water direct from wells and ponds" and "collect water from snow storm or rain" menu functions. Thanks again for all the help it really is a fantastic script will be sure to update the thread with any new buildables I add. You sir are on my xmas card list.

     

    One very happy man

    Haggis

  3. I understand what you saying exactly geekgarage I had a good search for about 45 mins on where to find client side RPT logs and come up blank. Some posts pointed me to my arma profile in docs but could not find anything.

     

    Is a shame I am not capable of getting over this last hurdle as your script is fantastic and would go down treat.

     

    Thanks for the heads up on the profile its a new server not been looked at yet and a really big thanks for helping me to try and get this to work.

  4. geekgarage thanks for the awesome script. I get a "canceled building" msg when trying to place a plot poll.
     
    I have been trying to add 
     
    class ExtraRc {
        class ItemBloodbag {
            class Use {
                text = "Use Bloodbag";
                script = "execVM 'custom\SelfBB.sqf'";
           };
        };
     
    };
     
     
     
    but I keep getting a "waiting for host" msg whatever I seem to try. Any ideas?
  5. How does one go about adding text to a map marker? What I would like to happen is when a player enters a zone text will flash up on the screen and then the same for when they leave. Like what happens in safezone trader mods.

     

    At the moment I add markers by first placing them in the Arma2 map editor then make a file mapmarkerexample.sqf drop that in my server pbo then add [] execVM "\z\addons\dayz_server\maps\mapmarkerexample.sqf"; to my server_functions.sqf

     

    Any help you can provide will be greatly received.

     

    Cheers.

     

     

     

×
×
  • Create New...