Search results

  1. hambeast

    Limit # of Tents to Player

    I know this is a bad workaround, but you could set the column owner_id to be a unique index. this would cause all inserts where owner_id already exists to fail. That or you could just have a stored proc run every day or so that deletes all but the newest X tents per player ID. One thing I...
  2. hambeast

    New server owner / Need info about Vehicles

    assuming you are running a dedicated server and or know how to access your database, they are located in the instance_vehicles table. Delete the rows from there and you can spawn more. edit: Instance_Vehicle.World_Vehicle_ID -> World_Vehicle.ID, World_Vehicle.Vehicle_ID -> Vehicle.ID...
  3. hambeast

    Towing w/ R3F

    click tow on vehicle B. click tow to vehicle on vehicle A
  4. hambeast

    Towing w/ R3F

    you only need to edit one of these. config.sqf calls arma2_CO_objects.sqf so no need to place vehicles in two spots. Personally, I just use arma2_CO_objects.sqf for my vehicles.
  5. hambeast

    Add custom ban message

    how are you banning people? If you use dart, just put the reason in there.
  6. hambeast

    how to prevent clients deleting pbos ?

    look in your config file for this: equalModRequired = 0;// Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server. IDK if this will do what you want but it seems to be a step in the right direction
  7. hambeast

    Spawning banned vehicles in dayz with no rMod [reality servers]

    do you have signature checking disabled in your server's config file?
  8. hambeast

    Spawning banned vehicles in dayz with no rMod [reality servers]

    your entire tutorial was how to spawn a vehicle through the database. You also edited the mod file so if I'm not mistaken the key signatures won't match for players connecting.
  9. hambeast

    side/global chat only available if you have a radio

    this would be awesome
  10. hambeast

    Leaderboards/ player stats script

    I wrote one a while ago, published it on the old bliss forums. Idk if you can still dig it up or not tho.
  11. hambeast

    100% Custom Loot tables - TUTORIAL

    hey Seven, I have a question for you about modifying loot types. I see below that there is a blank itemclass with a type of "hospital". How do I modify what loot is defined in this item? The reason I ask is because I have m107 magazines spawning in with no m107 being in the loot tables as I...
  12. hambeast

    [Help] Weapon switch/remove based on _playerID

    probably more like: if _playerid not in _ListOfPlayersArray Then... I think I've seen something similar to that in the debug monitor code
  13. hambeast

    Unbanned Vehicle List (by ARMA2_OA_Build_102678)(ie without rMod)

    so you're saying my moving the addons from the beta\expansion to addons\ it will unlock vehicles for me to spawn via the database? If so, do I need to do anything else? I see you mention a .pbo in your first post but I am unclear exactly what pbo you are referring to and what to do with it...
  14. hambeast

    [Help] Night time duration shortening

    I wrote a workaround script to accomplish this. I have working 18 hours light and 6 hours darkness. Gotta have two sets of ini files and set the time offset different for each one. Create a batch file to rotate the scripts at the appropriate time.
  15. hambeast

    DayzMapper Thread

    I think this is just how it works... this is why I use an old (and broken) version of the code.
  16. hambeast

    [How-To]Using FireDaemon w/ DayZ + Extras

    They have a 30 day full featured free trial. That is what I downloaded. Legally. I liked the software so much I decided to keep using it and paid full price for it. Keep telling yourself you didn't steal that software. Whatever helps you sleep at night.
  17. hambeast

    [How-To]Using FireDaemon w/ DayZ + Extras

    Was going to say good work until you admitted to pirating software. It costs $30 and is well worth the money. If you can't afford $30 what are you doing renting a dedicated server/vps?
  18. hambeast

    New version of anti-cheat script!

    What's up with all the commented code between lines 109-148? Any reason you left that in there? does it provide additional functionality?
  19. hambeast

    "ArmA 2 RCon GUI" > "battleWarden"

    love to give it a shot but I'd feel safer if the code was open as this is the first time I've heard of this.
Back
Top