bFe Posted November 11, 2013 Report Share Posted November 11, 2013 Hello. Last night i tried adding ZedBusters DayZ Welcome message Credits Style, with no luck. The text doesn't appear after X seconds, and I have no idea what to do. Any ideas? Heres the code: https://gist.github.com/IT07/6210573 Link to comment Share on other sites More sharing options...
0 fr1nk Posted November 11, 2013 Report Share Posted November 11, 2013 Where did you copy "Server_WelcomeCredits.sqf"? Script defaults to "compile\" folder. Link to comment Share on other sites More sharing options...
0 Codemanx Posted November 11, 2013 Report Share Posted November 11, 2013 Does this work with Epoch 1.0.2.5? Link to comment Share on other sites More sharing options...
0 bFe Posted November 11, 2013 Author Report Share Posted November 11, 2013 Where did you copy "Server_WelcomeCredits.sqf"? Script defaults to "compile\" folder. I added it to my custom folder, and changed the text to custom instead of compile. Didn't get any "missing script bla bla" when joining the server either. Link to comment Share on other sites More sharing options...
0 ruubje11 Posted November 15, 2013 Report Share Posted November 15, 2013 It works with 1.0.2.5, this I can confirm. Have you tried just using the default welcomemessages and see if that works? Link to comment Share on other sites More sharing options...
0 Turtle Posted January 3, 2014 Report Share Posted January 3, 2014 If you still haven't figured this out; For Day.st go unpack your dayz_mission.pbo Or for Dayz Priv users log into ur FTP then go into the "Epoch" Folder-> Your Map Folder (ex. Chernarus) open up the unpacked dayz_mission folder or Chernarus folder and put the messages in a folder named "custom" In that folder create a new text doc named "Server_WelcomeCredits.sqf" Open up the newley created text document and copy and paste this to it - https://gist.github.com/IT07/6210573 go back to ur init.sqf folder and add [] execVM "custom\Server_WelcomeCredits.sqf"; in between these two lines if (!isDedicated) then { //Conduct map operations So it looks like this if (!isDedicated) then { [] execVM "custom\Server_WelcomeCredits.sqf"; //Conduct map operations After that you are done you can edit the settings in the Server_WelcomeCredits.sqf file accordingly to the directions at the top of it. Link to comment Share on other sites More sharing options...
0 Turtle Posted January 3, 2014 Report Share Posted January 3, 2014 I am having problems on my server after adding this and the R3F Tow and Lift script in. People can get to locked cars, traders, safes, and can't self bloodbag. I have removed the tow and lift and am still having this problem if anyone has a soloution Link to comment Share on other sites More sharing options...
0 IT07 Posted January 17, 2014 Report Share Posted January 17, 2014 Hi Turtle. I can assure you that my script will not interfere with heli lift and tow script. Check your fn_selfActions.sqf for errors. Link to comment Share on other sites More sharing options...
0 Turtle Posted January 18, 2014 Report Share Posted January 18, 2014 Hi Turtle. I can assure you that my script will not interfere with heli lift and tow script. Check your fn_selfActions.sqf for errors. Yeah posted this problem a while ago, didn't know anything about scripting and I totally put the files in wrong but it's been working fine since I fixed it. IT07 1 Link to comment Share on other sites More sharing options...
0 GhostTown Posted February 1, 2014 Report Share Posted February 1, 2014 Has anyone else have issues with this? I did exactly as it said and still not showing up? Im using Epoch 1.0.4 on Napf with Infistar AH Link to comment Share on other sites More sharing options...
0 IT07 Posted February 1, 2014 Report Share Posted February 1, 2014 The people that have issues with it did not install it correctly or they edited the files which broke the script. It will work no matter what version of epoch you have. And I am using the infiSTAR Antihack too and it works fine unless you did not enable the "intro" option in the AH config. Link to comment Share on other sites More sharing options...
0 Achmed Posted February 1, 2014 Report Share Posted February 1, 2014 I have it working fine with out any problems Link to comment Share on other sites More sharing options...
0 GhostTown Posted February 1, 2014 Report Share Posted February 1, 2014 LOL I meant to delete that. For some reason it was not working. I had to restart to change something else and poof it worked xD Thanks IT07 1 Link to comment Share on other sites More sharing options...
0 credible Posted February 20, 2014 Report Share Posted February 20, 2014 Script not working on my Epoch Chernarus 1.0.4.2 server. Tried running it without touching the code, tried disabling the other scripts we were running, tried changing the trigger event waitUntil {!isNil ("PVDZE_plr_LoginRecord")}, but all to no avail. No error message or nothing, the messages just don't show up when you log in. Sucks pretty bad, script looks very good. Link to comment Share on other sites More sharing options...
0 GhostTown Posted February 20, 2014 Report Share Posted February 20, 2014 Where is it placed in your init.sqf? This is mine: if (!isDedicated) then { [] execVM "compile\Server_WelcomeCredits.sqf"; Link to comment Share on other sites More sharing options...
0 IT07 Posted February 22, 2014 Report Share Posted February 22, 2014 GhostTown, that is correct. Link to comment Share on other sites More sharing options...
0 GhostTown Posted February 22, 2014 Report Share Posted February 22, 2014 GhostTown, that is correct. Do I get a reward? Link to comment Share on other sites More sharing options...
0 IT07 Posted February 22, 2014 Report Share Posted February 22, 2014 Yes, a cookie. Link to comment Share on other sites More sharing options...
0 IT07 Posted February 22, 2014 Report Share Posted February 22, 2014 Script not working on my Epoch Chernarus 1.0.4.2 server. Tried running it without touching the code, tried disabling the other scripts we were running, tried changing the trigger event waitUntil {!isNil ("PVDZE_plr_LoginRecord")}, but all to no avail. No error message or nothing, the messages just don't show up when you log in. Sucks pretty bad, script looks very good. Sorry mate, there must be something in your setup conflicting with my script. I have tested the script on an Epoch 1042 server and it works. Link to comment Share on other sites More sharing options...
0 djloraganmoore Posted May 11, 2014 Report Share Posted May 11, 2014 Script not working on my Epoch Chernarus 1.0.4.2 server. Tried running it without touching the code, tried disabling the other scripts we were running, tried changing the trigger event waitUntil {!isNil ("PVDZE_plr_LoginRecord")}, but all to no avail. No error message or nothing, the messages just don't show up when you log in. Sucks pretty bad, script looks very good. What host are you using? I am using Survival Server and its not working on there at all. Got it installed correctly and its just not working. I checked the ah config and i cant even find anything about "intro" at all in it, could there be something else stopping the code from working? I would really like to use this on my server. Link to comment Share on other sites More sharing options...
0 IT07 Posted May 12, 2014 Report Share Posted May 12, 2014 I know that it will be blocked by infiSTAR's anti hack if you do not enable the function that is called "Use cutscene". Link to comment Share on other sites More sharing options...
0 Nakama Mind Posted June 30, 2014 Report Share Posted June 30, 2014 *Ignore* Resolved Link to comment Share on other sites More sharing options...
Question
bFe
Hello.
Last night i tried adding ZedBusters DayZ Welcome message Credits Style, with no luck.
The text doesn't appear after X seconds, and I have no idea what to do.
Any ideas? Heres the code: https://gist.github.com/IT07/6210573
Link to comment
Share on other sites
21 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now