Search results

  1. Jonassm

    [Help] Create Death Message Inside Trigger

    If you wanna find it with arma2oa filter, just filter losis in the mission filter. It should download it and put it in your MPmissions folder or something, else google it and find it i guess. Also, the little spawn in losis where you cant kill eachother, also has an VISUAL green circle
  2. Jonassm

    mission.sqf - Running the script through client.

    When creating first vehicle (A10) 13:11:46 Unrecognized CfgVehicles simulation in bin\config.bin/CfgVehicles/US_Soldier_Pilot_EP1/ Now some people will say "Just add them via DB on world_vehicle If i could find a good converter, anyone know one?
  3. Jonassm

    mission.sqf - Running the script through client.

    Huge work, i know, but can anyone why this script crashes my game? (I use this via a script menu (NON-BE-Server) atm. http://pastebin.com/nJfcBTU1 Some will say "You're just gonna get the vehicles deleted anyway" No im not, since i use Xyberviri's save to DB (still working on getting it 100%...
  4. Jonassm

    [Help] Create Death Message Inside Trigger

    Not sure about that. If you just do playableUnits instead of allUnits somehow, it wont be a problem
  5. Jonassm

    Bliss:Saving Newly Created Vehicles to the DB, almost

    Also, i really like this script, its very good if you dont wanna do the sqf to sqm show and all that.
  6. Jonassm

    [Help] Create Death Message Inside Trigger

    Well, i know on LosisArmory2 on normal Arma 2 OA, it creates an green zone, where if shot, it hits a invisible barrier, not a player (even if youre 0.1m from it.)
  7. Jonassm

    Dó you have Skype? Tis abolut vehicle mission

    Dó you have Skype? Tis abolut vehicle mission
  8. Jonassm

    Just a warning if you have server-side admin scripts

    Buy a new KEYS and switch guid. I wont Tell you where you switch GUID, but tis not ón a admins favorite forum.
  9. Jonassm

    How can add and edit Ammo Crates?

    well, you can put an ammo crate and add this to init: ClearWeaponCargo this; ClearMagazineCargo this; Then for an example to add an M4A1 (nomags) add this: this addweaponcargo ["M4A1"];
  10. Jonassm

    Bliss:Saving Newly Created Vehicles to the DB, almost

    Thanks! No idea what it could be, if its just 1 line or sumthin?
  11. Jonassm

    Bliss:Saving Newly Created Vehicles to the DB, almost

    Also, is this right? dayzsavevehicle = _veh; publicvariable "dayzSaveVehicle"; "dayzSaveVehicle" addPublicVariableEventHandler {_id = (_this select 1) spawn server_saveVehicle}; //This is a event handler to call this function from client side UPDATE: Now its only deleting the object... Im...
  12. Jonassm

    Bliss:Saving Newly Created Vehicles to the DB, almost

    Hi dude, love your method. First of all, its not even saving, and i get this: 17:27:55 "Deleting object AN2_DZ with invalid ID at pos [7014.38,1300.18,0.0166664]" Any ideas? I will try the save vehicle method you replyed to the other guy with, and see if its saving.. but right now its deleting...
  13. Jonassm

    Not all vehicles in 3D Editor & Parsing vehicle spawns with .sqm

    Hey guys. So, first of all, do anyone know a addon to get all vehicles in 3d editor 'vehicle' option? Second, is there any good parsers which puts your vehicle spawn in from .sqm file? I had one before, but it added after the newest id, and i need it to put them over 10000 everytime it adds...
  14. Jonassm

    50 Slot Server - Specs?

    What is the exact specs to run an 50 slot server?
  15. Jonassm

    Modifying Heli Crash loot

    Else download your arma2oaserver.rpt (if you're using dayz.st you can simply press arma2oaserver.rpt on the left side of the control panel) And copy the error in here.
  16. Jonassm

    Modifying Heli Crash loot

    Here you have it: Use PBOManager, open your modified PBO, and click properties (top, the little silver thing) Rightclick, press add Property: prefix Value: z\addons\dayz_server Need to redo this all time you repack.
  17. Jonassm

    Diary Subjects, Map Markers and View Distance?

    I marked my Klen Military Installation with this; position[]={11475.137,317.29391,11331.216}; name="KlenMilitaryInstallation"; text="Klen Military Installation"; type="waypoint"; colorName="ColorRed";
  18. Jonassm

    Added new Bliss GitHub

    Found out about this today when i needed the dayz_server pbo lol, dayzprivate.com was forbidden (403), and IRC you had to be Voice+ to talk... Anyways, thanks for re adding
  19. Jonassm

    Error in .rpt about heli crashhes

    17:31:57 Error in expression < _id = [] spawn spawn_heliCrash; }; }; > 17:31:57 Error position: <}; > 17:31:57 Error Missing { 17:31:57 File z\addons\dayz_server\system\server_monitor.sqf, line 226 17:31:57 "SERVER VERSION: Bliss v4.2" 17:31:58 Error in expression < _id = [] spawn...
  20. Jonassm

    BattlEye - RPG7V, Stinger allowance.

    Done! Got dayz.st delete 38,39,40,41 This will also allow use of nests now xD (This is, in createvehicle.txt)
Back
Top