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`...
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?
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...
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 :)
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...
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? :)
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.