Search results

  1. S

    [Release] - BTC Fast Roping

    This is how my code currently looks but it still isn't working. :\ #include "=BTC=_functions.sqf" BTC_fast_rope_h = 21; BTC_AI_fast_rope_on_deploy = 1; BTC_roping_chopper = ["MH60S","UH60M_EP1","UH1H_DZ","Mi17_DZ","AH6X_DZ","MH6J_DZ"]; { _rope = _x addaction [("<t color=""#ED2744"">") +...
  2. S

    [Release] - BTC Fast Roping

    I edited your edited code a little. As my BTC files don't have the "=BTC=" they just read "BTC", unfortunately it still didn't work :( I believe we're adding rmod2 to the server which adds fast roping if I'm not mistaken..I'd still like to get the script working in the mean time though. Any...
  3. S

    [Release] - BTC Fast Roping

    The messy attitude isn't my doing.. I just recently took over the scripting job :p I'm still trying to figure out where to find stuff haha and the double compiles is because one loads regular function the other loads customs. Probably doesn't need to be that way, but hey it works :D. I'll test...
  4. S

    [Release] - BTC Fast Roping

    I can't figure out why this won't work. I'm pretty sure I'm doing the code right. I have the files in addons and my init reads //Run the player monitor _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; _playerMonitor = [] execVM...
  5. S

    dayz mission addin (serverside scripts)

    I got it figured out. I just opened up the editor and merged the 2 mission files..didn't lose anything and it added everything I needed into the mission :D
  6. S

    How do you get Dogs, Heli/vehicle towing into non default pbo?

    I didn't even think about merging the missions...:eek: We now have everything implemented. Thanks for your help!
  7. S

    How do you get Dogs, Heli/vehicle towing into non default pbo?

    Yeah, that's exactly what my problem is haha. The compiles.sqf is already edited as is the init, mission, and description. I download this, http://opendayz.net/threads/dayz-mission-addin-serverside-scripts.7840/ but it gave me the anomalies which is what I don't want..piXel provides all the...
  8. S

    How do you get Dogs, Heli/vehicle towing into non default pbo?

    Is it possible to just get dogs+heli/vehicle towing to work? Also...is there a tutorial on how to get this to work on a pbo that's already been altered? (custom mapping, scripts, etc) I've been searching but haven't had any luck. Thanks :)
  9. S

    dayz mission addin (serverside scripts)

    Is it possible to just get dogs+climbing+heli towing to work without anomalies? Also...is there a tutorial on how to get this to work on a pbo that's already been altered? (custom mapping, scripts, etc) I've been searching but haven't had any luck. Thanks :)
  10. S

    Vehicles won't fill with gas

    The server I play on recently switched over to 2017, so we spawned a 2017 vehicle in to test it and when we ran out of gas we tried to use a jerry can to fill it up, but it won't fill up. Is there a certain way to refill a vehicle on 2017? (The server also uses rmod if that makes a difference)...
Back
Top