Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
_repeat = 30; //times to repeat
_break = 120; //time to break between attacks
Well if we've got directories for custom mod sounds, that means we have a cfgSound somewhere. Downloading it now, I will post if i see anything. I don't see why we wouldn't be able to get it to work, there has to be some workaround.hmmm, scoured the Panthera PBOs, cant seem to find anything about it, saw a few sound directories with SFXs for weapons, and zombie sounds thats about it, lol probably right under my nose, i dunno
You're welcome! Feel free to message if you've got any more questions/run into any problems.Awesome..thanks![]()
Looking at adding a chopper (or for the rmodders, an MV22)
Luckily, if you are with DayZ.ST, you do NOT need Rmod to spawn in ospreys, A-10's and a few other aircraft from Rmod =P
Here is your error:_rndLoc=floor(random 6); //pick random number 0-5, whole numbers onlyYou should have this set to random 1, with the 6 locations defined underneath as you have now. This is telling it to pick 6 locations randomly, instead of 1. If you want it to pick the 6 locations, then add more, but because you only have 6 locations to choose from, it needs to be set to 1.
From floorRandom real (floating point) value from 0 (inclusive) to x (not inclusive).
Returns the next lowest integer in relation to x.
Go into your filters and change it from a 5 to a 1