Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
5 "rspawn" !"rspawn = 'spawn'" !"rspawncode = compile PreprocessFile (BIS_PathMPscriptCommands + 'spawn.sqf')" !"rspawncode" !"playerspawn.sqf"
niceBiokemisten thanks for your script ! it works!!
Correct.Hi,does the playerspawn sqf file go into the dayz mission folder?
I use this script minus the music, to send a little welcome message to the players. Is it possible to add something to this, so after it sends the private message near the bottom of the screen, it sends a global message to the whole server that says something like "Player ABC just spawned!"
Posting this incase anyone else has a problem.
What i did was went to Battleye/Scripts.txt
Found Line 126 was just
But on Line 133 there was
Changed the 5 to a 1Code:5 "rspawn" !"rspawn = 'spawn'" !"rspawncode = compile PreprocessFile (BIS_PathMPscriptCommands + 'spawn.sqf')" !"rspawncode"
Which should look like this now
Code:1 "rspawn" !"rspawn = 'spawn'" !"rspawncode = compile PreprocessFile (BIS_PathMPscriptCommands + 'spawn.sqf')" !"rspawncode"
5 "rspawn" !"playerspawn.sqf" !"rspawn = 'spawn'" !"rspawncode = compile PreprocessFile (BIS_PathMPscriptCommands + 'spawn.sqf')" !"rspawncode"
the music sound doesnt work for me at all,Im always getting "something went wrong screen"