Search results

  1. S

    Call for Devs - The Walking Zed FULL mod

    Lol one issue with your idea. You got a bunch of copyright infringement going on there. Good luck not getting sued for the mod your about to create. xD But nonetheless would be a cool mod to mess around with. Lol
  2. S

    Trying to change zombie spawns from SPAWN to CALL

    Well he removed the loot code. So you would have to rewrite the code for spawning loot. :P That's all I'll give ya.
  3. S

    Trying to change zombie spawns from SPAWN to CALL

    I have this working perfectly on my server, but I can't and won't be releasing my scripts. But a hint is if you know how to script. You can re-script his original code with loot. :)
  4. S

    UID selective scripts?

    Or you can just remove the check if statement that checks player against the uid. It's easy.
  5. S

    Time Jump Need Help

    Np. Lol You just have to get your current time. From there you can set your checks and scripts to do what you want. After that it's a matter of syncing all clients and server. :)
  6. S

    UID Gate Locks

    Depends if he's is going to add custom gates or already spawned gates. Spawned gates you don't need db, but with custom built ones or spawned ones you do. But not an easy feat in my opinion and not worth the time to code, since there are better alternatives.
  7. S

    Time Jump Need Help

    Well if you look at it then what you wrote and what you want are totally different lol. _hour = date select 3; What that says is hour is equal to date and the 3rd position in a array. What you want is something like this... _hour = daytime; or _hour = date; if _hour => 14 then do...
  8. S

    UID Gate Locks

    It's possible, but it'll take a lot of coding. You'll have to save the uid of the gate and then set Uid of the players you want access. Requires writing and reading from db. Then with a series of checks. Doable just a lot of work and debugging.
  9. S

    Time Jump Need Help

    First of all anything to deal with titles and pictures that goes in the description file. Plus you have your code all wrong. Not sure what your doing with your if statement. All thàt does is check the date you input is correct.
  10. S

    No problem! I don't mind helping others who are willing to learn. I dislike helping others who...

    No problem! I don't mind helping others who are willing to learn. I dislike helping others who wants things handed to them. :)
  11. S

    Zombie behaviour modifications

    And yep they have to have your dayz_code.pbo if you want them to have the same settings as you. If not then you'll be the only one zombies wouldn't see or hear. :)
  12. S

    Zombie behaviour modifications

    Well if you sign your files and such you'll have a more secured server, but you'll have to look up how to sign files. But to answer your question. Yep all you have to do is pass your dayz_code.pbo to your friends and you will all have the same settings. If it's only you and your friends playing...
  13. S

    Zombie behaviour modifications

    It's quite easy to modify. It's all client side. Look in your dayz_code.pbo. And in the compiles folder. I'll let you dabble a bit more. It's not hard to spot from there. :) Good luck!
  14. S

    [QUESTION] My "config.cpp" file looks wrong...

    The dayz anim PBO is client side....If you modify your anim pbo everyone will have to dl your version to get your changes.
  15. S

    [QUESTION] My "config.cpp" file looks wrong...

    Nope that's all that's supposed to be in it. All the config.cpp in the server file does is dimension arrays. And sets stuff up. What issues are you having? Always look in the rpt log if you have errors.
  16. S

    every time i try GAME BREAKS

    FYI stolen work and knowledge will only come back to haunt you. I know for sure that if you got a highly customized mission.pbo from someone with no know how you will eventually fail. Why? Because later on you won't know how to update or manage your server. Learn how to script and do your own...
  17. S

    Need help with backpacks

    It needs to be set in the database. So that when you loot it from somewhere it saves to the db. As to get it working, it requires some scripting. Which I haven't looked into. And probably won't. Lol
  18. S

    Customizing Auto Refuel (Help Needed)

    Haha good job! Glad to see we got more people learning to code and script. Once you spend the time to learn, it becomes easier and you understand your server much better. :)
  19. S

    Admin tools and day Z cc!

    I've had it working for a while now. Just read the instructions carefully and add the scripts and code to your server.
  20. S

    Realistic Study Body Function - Somebody Needs To Start This :)

    I don't have the time yet to actually look into this, but one can use this script as a bases to create a better death message. http://www.armaholic.com/page.php?id=14220&highlight=SPY Use the series of checks to check what the player died from and combine it with what you guys have here. Would...
Back
Top