Jump to content
  • 0

Loading screen problem w/PlotForLife


Georgie

Question

Hi guys, i have made a similar post to this before, but this time I cannot see what is up.

I recently installed plotforlife, however now, when I try to connect, I get this bug in which I am stuck at the loading screen but i can hear sounds and me moving around. I thought this would be due to an incorrect path, but i cannot find one!

 

Here is my init.sqf:

http://pastebin.com/8XV5suvx

 

My server_monitor.sqf:

http://pastebin.com/51KgH8aj

 

No errors in the RPT.

Further info can be provided.

 

Thanks guys!,

-George.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Open your Compiles.sqf

 

Search for :

if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };

Replace with :

if (dayz_clientPreload && dayz_authed) exitWith {
                endLoadingScreen;
                diag_log "PLOGIN: Login loop completed!";
};
Link to comment
Share on other sites

  • 0

 

Open your Compiles.sqf

 

Search for :

if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; };

Replace with :

if (dayz_clientPreload && dayz_authed) exitWith {
                endLoadingScreen;
                diag_log "PLOGIN: Login loop completed!";
};

 

Gr8, you sir, are... Gr8! :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...