Search results

  1. M

    Pulling data from SQL table in script

    Does anybody know whats wrong with this code? _key = format["CHILD:101: select donor from donors where donor = '%1'",_playerID]; _result = _key call server_hiveReadWrite; _status = _result select 0; if (_status == "CustomStreamStart") then { //check if the stream coming from the...
  2. M

    Help with Database queries from a script

    So this is all i have at the moment. It looks like this could work but does anybody know if i forgot something? private["_playerUID","_key","_result","_primary","_data"]; //This should be very obvious _playerUID = getPlayerUID player; //Database query (Client Side) waitUntil{!hiveInUse}...
  3. M

    Suggestion on a script for spawning banned vehicles

    So your telling me that you could save the vehicle info into the DB?
  4. M

    Suggestion on a script for spawning banned vehicles

    Alot of vehicles are banned in DayZ, and it would be nice to spawn in some of the banned vehicles. With custom loot tables you can spawn in M107s for example and pick them up, but they are configured not to do any blood damage. Why could you not create a script that spawns in banned vehicles...
  5. M

    Errors with custom loot on namalsk

    Hello, I am working on custom loot tables for Namalsk. When i start up my server the RPT gives me a lot of errors on a variable, _canType. Zombies and loot does not spawn because of this. Here: 9:00:58 Error Undefined variable in expression: _cantype 9:00:58 File...
  6. M

    infiSTARs antihack stopped working...

    My antihack stopped working on my server. I don't remember what i did with the PBOs before it stopped working, since i had a dayz server hosting pause for a long time. The antihack loads up in the RPT but does not do anything in-game. Does anyone remember any mods that doesn't work with...
  7. M

    [Release] Church heal

    The only problem that i can think of is something with the church class name. Im not sure, i haven't tried this on Tavi.
  8. M

    Lost 50 server players because a host change.

    Yep, this happened even if a had a looping message with the new IP on my server for 2 days before host change. And now i barely have any players on my server. If anyone is looking for a good server, then join this server. 109.123.117.149:2312
  9. M

    Help with _dikCode's

    I tried that but no luck
  10. M

    Help with _dikCode's

    Hmm that might be tricky, maybe we could make it si that if the player is in combat and presses F4 it runs the script. I got mine working now kind of... dayz_spaceInterrupt = { private ["_dikCode", "_handled"]; _dikCode = _this select 1; _handled = false; if (_dikCode == 0x3E)...
  11. M

    Help with _dikCode's

    Cool! I mean there are many anti-combat log scripts out there but this would be a pretty simple one :)
  12. M

    Help with _dikCode's

    Yes, This was just for testing :)
  13. M

    Help with _dikCode's

    Hello, I am thinking of creating a script for blocking ALT + F4, F1 and F2. This is my work so far... #include "\vbs2\headers\dikCodes.hpp" #include "\bin\dikCodes.h" waitUntil {!IsNil "dayz_animalCheck"}; private ["_dikCode"]; AK_really_loud_sounds = {[60,15] call...
  14. M

    How many players can this server handle?

    http://ark.intel.com/products/75122 Looks like QuadCore 3.4 ghz
  15. M

    How many players can this server handle?

    How much do you think this can handle? Intel® Core™ i7-4770 Quadcore Haswell incl. Hyper-Threading Technology RAM32 GB DDR3 RAM Hard Drive2 x 2 TB SATA 6 Gb/s 7200 rpm HDD (Software-RAID 1) Class Enterprise Connection1 Gbit/s-Port Guaranteed Bandwidth200 Mbit/s Backup Space100 GB Inclusive...
  16. M

    Mergs Playground EPOCH

    Features: - Indestrucible bases & god trader - AS50 and AS50 TWS - over 300 vehicles (2 attack helis, 1 jet) - Lift/Tow - Self BB - High value loot - Custom bases - Ammo boxes IP: 46.4.114.154:2302 Join by adding to DayZ commander favourites.
  17. M

    Changing Loot Tables

    After this line paste in: case "ammobox": { // added for spawning misc crates/boxes at crash sites _item = [_iItem, _iPos, _radius] call spawn_rMod_loot; // compiles.sqf - ^bdc }; 4. In you CfgBuildingLoot.hpp in you mission file, add in the military section these lines...
  18. M

    Changing Loot Tables

    Hi, Here, i made something for you, thanks to this tutorial. I'm not sure if it works but give it a try. Credits to this tutorial. 1. Get custom loot tables working. Here you can find a less than 5 min install tutorial. After that create a file called. spawn_rmod_loot.sqf and put this in...
Back
Top