Search results

  1. O

    Just looking for a little help :)

    I give up :P
  2. O

    [Release] Custom Spawn Points Based on UID

    Everytime you die you will be respawned back to your custom spawn point.
  3. O

    [Release] Custom Spawn Points Based on UID

    Updated the OP with the corrected code. :)
  4. O

    [Release] Custom Spawn Points Based on UID

    Ahh my bad guys, I copied the wrong peice of trigger code when copying it over from the OT. The actual working trigger is below: CREATE TRIGGER `custom_spawn` BEFORE INSERT ON `survivor` FOR EACH ROW BEGIN DECLARE x INT; DECLARE y varchar(50); SET x = (SELECT `unique_id` FROM `cust_spawn`...
  5. O

    [Release] Custom Spawn Points Based on UID

    Help and discussion for custom spawn points based on UID begins here... After pasting the trigger code ( the second peice of code ) did you make sure you added $$ to the delimiter text box before pressing ok?
  6. O

    [Resources] - DayZ Server Additions

    Custom spawn points based on UID tutorial - http://opendayz.net/threads/tut-custom-spawn-points-based-on-uid.10624/
  7. O

    Just looking for a little help :)

    Dropbox your mission & server PBO's and send me the link. I'll add that stuff for you, Can be done fairly quick and easy :)
  8. O

    [Release] Custom Spawn Points Based on UID

    First of all I just want to say this isn't my code and I found it in this thread HERE. The thread is basically a mish mash of people discussing it and finally figuring it out, So I thought I'd put it all into one post and write clear instructions on how to do it. This has only been tested on...
  9. O

    Inventory Check

    Where do you apply this code dude?
  10. O

    IDEA: Underground Storage

    Bumping to see if anyone has any info on this ?
  11. O

    ALKINDAS DayZ Website Stats

    Nvm dude, I figured it out.. Was alot easier than I anticipated :D
  12. O

    ALKINDAS DayZ Website Stats

    Awesome, Thanks for releasing this dude :). I have mine fully working at http://zerodead.net/index.php?pages/stats/ How would I go about making a top 10 zombie kills? Thanks again :)
  13. O

    Need Help with Anti-Hack Script for Namalsk (PLEASE ANSWER FAST)

    http://opendayz.net/threads/1-7-6-1-new-antihack-script.8552/
  14. O

    cannibalism

    Ok cool, Thanks man :)
  15. O

    cannibalism

    I've added it to the bottom of this part, Will this work? //player special variables dayZ_lastPlayerUpdate = 0; dayZ_everyonesTents = []; dayz_hunger = 0; dayz_thirst = 0; dayz_combat = 0; dayz_preloadFinished = false...
  16. O

    cannibalism

    My variables.sqf doesn't have any mention of dbz_Debug = 0; :confused:
  17. O

    Possibly getting closer to truly unbanning weapons

    The person that posted that thread was confused I'm guessing, All he was doing is spawning vehicles threw the DB that was already unbanned lol.
  18. O

    Website SQL stats

    Yeah I had a try with that, Looks ugly as hell though. Plus I'd like the ordered top 10..ect
  19. O

    Website SQL stats

    I've been looking for something like this for a long time, Please could you share the code with me? I'll link and give you credit for it on the page once I have it setup? :)
  20. O

    IDEA: Underground Storage

    I'm not a coder at all but this just popped into my head and I thought I'd share with you & ask you guys. A tent disguised as a grave ( The dirt mound kind ), Like in Daimyo's base building he has the I.E.D as a grave.. So yeah, what do you guys think? Is it possible? Would be awesome if it is...
Back
Top