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...
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}...
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...
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...
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...
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
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)...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.