Jump to content
  • 0

Side events not showing that theyve spawned??


(TLS)

Question

4 answers to this question

Recommended Posts

  • 0

since the link is not working.  I've added a link (pastbin) for Maca's remote_messages.sqf

 

Remote messages

 

Instructions for it are there as well.

 

Using Notepad ++, about line 76 you will see the "if  (!isDedicated) then {"

right after Dayz_loadScreenMsg =, add this line:

_nil = [] execVM "custom\remote_messages.sqf

 

Be sure to add a custom folder in your MPMissions area for those with Dayz.st unpack your mission.pbo make changes. repack.

 

Have you installed the remote_messages? "You need remote_messages on your server in order to get the mission popup". Remote Messages: http://dayzepoch.com...x-deathmsg-fix/

 

Link to comment
Share on other sites

  • 0

since the link is not working.  I've added a link (pastbin) for Maca's remote_messages.sqf

 

Remote messages

 

Instructions for it are there as well.

 

Using Notepad ++, about line 76 you will see the "if  (!isDedicated) then {"

right after Dayz_loadScreenMsg =, add this line:

_nil = [] execVM "custom\remote_messages.sqf

 

Be sure to add a custom folder in your MPMissions area for those with Dayz.st unpack your mission.pbo make changes. repack.

 

little syntax error in your post, it should be:

_nil = [] execVM "custom\remote_messages.sqf";

:)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...