Search results

  1. S

    help with new script?

    private["_SWP","_SWE"]; _SWP = "scripts\lhd\"; _SWE = 'player execVM "'+_SWP+'%1"'; Boat = [ ["",true], ["Dock", [2], "", -5, [["expression", format[_SWE,"launch1.sqf"]]], "1", "1"], ["Launch", [3], "", -5, [["expression", format[_SWE,"launch.sqf"]]], "1", "1"]...
  2. S

    help with new script?

    Thanks for the Quick reply!, Ill give that a try now, Basically what im trying to do is add an action to ALL boats, if i place a ship through the editor and put this in the Init line this addAction [""Dock Boat"",""LHD\launch1.sqf"",[],1,false,true,"""",""_this == driver _target""]; this...
  3. S

    help with new script?

    Looking for some help with this script, Menus are showing but scripts arnt executed when the options are selected. here it is Dock.Sqf if (isServer) exitwith {}; waitUntil {sleep 2; count vehicles > 1}; sleep 10; { If (typeOf _x in ["RHIB2Turret","RHIB","Zodiac","PBX"]) then { _Smokie = _x...
  4. S

    Whats up man, wanted to see if you would like to go in on a mod with me, if your interested hit...

    Whats up man, wanted to see if you would like to go in on a mod with me, if your interested hit me up on my TS or website. www.smokiesstash.com TS IP is on the site
  5. S

    Chernarus, Making new island Request ! :)

    Reviving old thread because its an awesome mission.sqm, loot fallingthrough/npc falling/zombies/vehicles falling can all be fixed by turning this into a sqf and placing it in the server pbo and just execute it in the init of your mission file. everything in the server pbo loads first so...
  6. S

    [SUPPORT] DayZ of Glory (SPORKMOD)

    whats this piece of code? what was mentioned before about the spaceinterupt?
  7. S

    How to change the group people are in from BLUFOR to individual?

    Change it to DM, then you have to go through your mission file and change all the "west" to whatever you want your side to be heres an example class Item3 { side="GUER"; class Vehicles { items=25; class Item0...
  8. S

    Custom loadouts?

    working on 2.2?
  9. S

    HiveExt and Database: [Error] with 0.2.1

    Im in the same boat, Cant get rid of these hive errors to save my life 2013-08-03 21:12:02 HiveExt: [Error] Error executing |CHILD:305:<null>:[0,[0,0,0]]:0:| 2013-08-03 21:12:02 HiveExt: [Error] Error executing |CHILD:306:<null>:[]:0:| Hopefully someone can help us both
  10. S

    Custom loadouts?

    I just commented out the one line up top and it seems to be working great untill the server gets these Hiveext errors "Error Exectuing Child 306 Error Exectuing Child 305" dono what the hell that is but ive been getting it before the CustomLoadout changes. Great working addon for overwatch!
  11. S

    HiveExt and Database: [Error] with 0.2.1

    Ive been chasing down that problem aswell, im getting the error executing child after about an hour server uptime, and with about 40+ players, everything runs pretty decent untill the hive error pops up then everything goes to shit. as for the database errors it looks like you imported your old...
  12. S

    Custom loadouts?

    Have everything done as it should and used the hiveext.dll you used but im getting an error once the hive opens server_toggle_debug or something? any ideas
  13. S

    Map/Feature Suggestions Thread!

    Love the Mod, Love the vehicles, Love the map changes. was thinking it needs more weapon packs and addins dealing with weapon customization. Weapon packs like the ones that are used in OverWatch, Taser ect. I run 5 diff servers all with different mods, Civilian being one of them. it seems the...
  14. S

    [RELEASE] DayZ Trinity 0.5.5

    I like the layout of the map and your right it does have a lot of potential. My suggestions would be to port in as many unique vehicles you can, your going the right direction by bringing the evo in game and I know this is an early release but tons more of those unique cars need to be added in...
  15. S

    [RELEASE] DayZ Trinity 0.5.5

    i see the new tools wrapped in the server pbo, when my pid is added theres no access to the tools? (f1,tab,f3,f8) what is the keybind or it this not setup yet
  16. S

    DayZ Trinity Island - Server Files

    Thank you, I got the files from another one of your threads. It must have not been updated at time of download
  17. S

    DayZ Trinity Island - Server Files

    Maybe people are having so many issues because half of the files arnt supported by many arma tools, for instance the server pbo refused to be opened unless I downloaded a new tool(pbo manager) also I had to physically remove the coding from the SQL file and execute them in my DB. Trust me its...
  18. S

    DayZ Trinity Island - Server Files

    Okay, also i tried to update to 0.5.5 after everything was installed and running fine and it breaks the server. Missing additional keys or something like that. Should I just wait for 0.6 to update?
  19. S

    DayZ Trinity Island - Server Files

    do you have a database file i can import? getting stuck at requesting authentication Edit: Current DB file only imports three tables Edit: Fixed, the DB wasnt reading the whole file for some reason, how can i add more vehicles? and also is there more unique vehicless other than the evo?
  20. S

    dayz mission addin (serverside scripts)

    everything works perfectly on my server for the admins, i see three dog actions on my screen with a dog, my players however (after days of trying to get it to work) i managed to "unlock" one of the actions for them (find animal). i know all these are being blocked by my antihack but the question...
Back
Top