Search results

  1. T

    [Help Needed] Hyper-V server 2008 R2 DayZ server Setup

    I'm Looking for anyone who has any experience with Hyper-V servers 2008 R2 setup. In the process of setting up a DayZ Epoch server through soyoustart servers (OVH). I am not familiar with how Hyper-V operates and haven't found much Documentation on it. If anyone has any experience with setting...
  2. T

    Ignore me

    msg me on steam o blue, ill be able to help ya out, maybe even so ya thing or two. steam name: starvinmarvininspace
  3. T

    Need a scripter for my epoch server 50 slots infistar.de antihack

    I'd be willing to help guys, just pm me, or hop on my TS server and message the king ip: ts45.gameservers.com:9269 (you should stop using dayz.st, i was with them for a few months with nothing but a headache. constant ddos attacks and server crashes. and they wait soo ****ing long to update...
  4. T

    Need help creating random chance...

    thanks alot vamp!
  5. T

    Need help creating random chance...

    this is the script im using this for btw...... _welcomeMessage = format["Welcome to the Insidious Dominance server %1, follow the server rules and have some fun.",format["%1", name player]]; _camDistance = floor(random 20)+20; _rnd0 = floor(random 50)-25; _rnd1 = floor(random 50); waitUntil...
  6. T

    Need help creating random chance...

    no its in a sqf file that creates a pan in camera and plays a short clip from a song, just dont want my players getting sick of the same song over and over, and i dont want to be changing it all the time. like im no expert scripter or anything, but i do know some of the basics of logic...
  7. T

    Need help creating random chance...

    switch (random floor(3)) do { case 0: {playsound "introSong"; }; case 1: {playsound "introSong1"; }; case 2: {playsound "introSong2"; }; }; would something like this work?
  8. T

    Need help creating random chance...

    if((random 2)>=1) then { playsound "introSong"; } else { playsound "introSong1"; }; I have this piece of code to create a random chance that either introSong or introSong1 will play when players joins the server. My question is how would i go about adding another introSong?
  9. T

    In need of an advanced scripter

    look for someone I can bounce a few new scripts and ideas off of on teamspeak or skype.....I rather not have to post my scripts on here yet until I get a working product. Any help would be nice. how can find me on my teamspeak: ts45.gameservers.com:9269 screen name: The King or skype ...
  10. T

    Looking for a help with a new scripted.

    man....as simple as that....long night. im doing this in fn-selfactions (not directly) so my line of code should go something like: if (("Object" in _mags) > 3) then { this should have the same effect right? edit: never mind, i got it, thanks alot man!!! gonna post what I'm creating when...
  11. T

    Looking for a help with a new scripted.

    I was wondering how i would go about creating a self action that would check for more then one of the same object in a players inventory. say like 3 tank traps or something. i know how to check to see if a player got a certain objected, just want to to check if they got more then one... nay help...
  12. T

    World War Z {IDCHIVE} DayZEpoch - 1.0.2.5 - (Veteran|3D:ON|CH:ON) - (UTC-4)

    The World War Z Server is up and running again. We have made a few changes since the last updated, some of our addons are as follows: Custom Bases Added Custom Military Vehicles/Helis/Planes to some of the traders Bandit AI and Heli Patrols AI Missions!!!! Trader City Safes Zones and Anti...
  13. T

    Simple In Game Admin Tool

    use Blue Phoenix's code and comment out/remove the menu items you don't want. its quite simple to edit.
  14. T

    Looking for a parachute drop script for R3F logistic

    Have you found an answer yet? if so you should let me know, trying to figure this out also.
  15. T

    Local server pbo testing?

    Just wondering if there is anyway, or program that will allow me to set up a local dayz server to test script in the mission and server pbo? Any help will be great.
  16. T

    Run script on trigger

    ya man i fix the wait for host but when i enter the area i get restricted script msg box pop up? if ((getPlayerUID player) in ["xxxxxx" , "xxxxxxx" , "xxxxxxx" , "xxxxxxx" , "xxxxxxx"]) then { titleText ["Welcome IDC Members. Please enjoy your stay.", "PLAIN DOWN", 3]; } else { titleText ["You...
  17. T

    Run script on trigger

    anyone still willingto help with this script? getting wait for host
  18. T

    [Release] Custom Spawn Points Based on UID

    thanks man ill try it
  19. T

    [Release] Custom Spawn Points Based on UID

    hey i tried to add the "create trigger" sql code to phpmyadmin and i get this msg:"You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)" using day.st. any idea what im doing wrong?
Back
Top