Jump to content

Sausage

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Sausage

  • Rank
    Newbie
  1. I'm having massive issues trying to get your script to work. Following the readme text in the file I have achieved the following: ### Installation To include this script in your mission, add the following lines to your ``description.ext``: #include "SRS\GUI\SRSdialogs.hpp" class RscTitles { #include "SRS\GUI\SRSprogressBar.hpp" }; class CfgFunctions { #include "SRS\CfgFunctions.hpp" }; And this entry in your ``init.sqf`` so that it will execute on all clients: [] spawn SRS_fnc_init; -- However, where do I put the rest of the files? I've placed then alongside the init.sqf / mission.sqm in the mission folder, but nothing seems to trigger or work in game when ran in a MP game.
×