Jump to content

[Release] ESSV3 - Enhanced Spawn Selection [Updated for 1.0.7.1+]


ebayShopper

Recommended Posts

  • 4 months later...
  • 1 month later...
  • 8 months later...

I'm having a slight issue with the displays on this, everything works fine as far as functionality goes, however I'm missing the title text "Class Selection", "Spawn Selection" etc for each page that appears, also I'm not getting print outs in the bottom left for problems like not selecting a class etc. 

There is nothing in my server side RPT, but I am getting this in the client side

 

String STR_ESS_CLASS_SELECT not found
String STR_ESS_SPAWN_SELECT not found
String STR_ESS_GROUP not found
String STR_ESS_GROUP not found
String STR_ESS_PLOT not found
String STR_ESS_GROUP not found
String STR_ESS_PLOT not found
String STR_ESS_HALO_SELECT not found
String STR_ESS_AIR not found
String STR_ESS_GROUND not found

 

I've tried it on a blank installation and it works fine, it seems to be something with ZSC that is causing the issue, but I'm having a hard time locating it. 

Any help would be greatly appreciated :)

 

 

Link to comment
Share on other sites

  • 4 months later...
On 3/24/2021 at 6:11 PM, HindruM said:

can this script be installed on version 1.0.7

Yes, you just need slightly update the script.

In main.sqf find this line:

_wealth = player getVariable [Z_MoneyVariable,0];

Replace it with:

_wealth = player getVariable[(["cashMoney","globalMoney"] select Z_persistentMoney),0];

Find line:

player setVariable [Z_MoneyVariable,(_wealth + _coins),true];

And replace it with:

player setVariable[(["cashMoney","globalMoney"] select Z_persistentMoney),(_wealth + _coins),true];

 

That's all! :)

Link to comment
Share on other sites

  • 2 weeks later...
On 3/31/2021 at 3:46 AM, WLF said:

That's all! :)

I'm getting this error:

Error in expression <;


_grid = (PVCDZ_plr_Login2 select 2) select 1;

spawn_cameraPos = [(random 99>
  Error position: <select 1;

spawn_cameraPos = [(random 99>
  Error select: Type String, expected Array,Config entry
File mpmissions\__CUR_MP.Chernarus\spawn\main.sqf, line 11

nvm i fixed it.

Link to comment
Share on other sites

What could be the problem?

Error in expression <_PLOT")): {getPosATL spawn_plot};
case (count (_spawn select 1) > 4): {_zoom = 4>
  Error position: <count (_spawn select 1) > 4): {_zoom = 4>
  Error count: Type String, expected Array,Config entry
File mpmissions\__CUR_MP.Chernarus\spawn\functions\spawn_map.sqf, line 16

 

Link to comment
Share on other sites

  • 2 months later...

Just having a problem, love this mod but players are losing their hunger and then losing blood if they open their chutes very early and coast down as close to their bodies as they can.

All of the other status  icons are fine apart from hunger which empties very fast.

I was hoping someone may have come across this and fixed it? During testing I was thinking it could be the altitude and the cold that makes the player lose their hunger but the body temp icon does not move?

Thanks for any help 

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
×
×
  • Create New...