Jump to content
  • 0

Ignore DZE_NoBuildNear if admin?


kingpapawawa

Question

6 answers to this question

Recommended Posts

  • 0
2 hours ago, kingpapawawa said:

this seems to work if an admin is first to log on after restart and not if a normal user logs in first.

if this is in your init.sqf or similar or your custom compiles this will work fine.

Here's one I have similar: 

if (getPlayerUID player in DZE_PlotManagementAdmins || {getPlayerUID player in DZE_DoorManagementAdmins}) then {DZE_BuildingLimit = 750;};

 

Link to comment
Share on other sites

  • 0
57 minutes ago, salival said:

if this is in your init.sqf or similar or your custom compiles this will work fine.

Here's one I have similar: 


if (getPlayerUID player in DZE_PlotManagementAdmins || {getPlayerUID player in DZE_DoorManagementAdmins}) then {DZE_BuildingLimit = 750;};

 

Just wondering what's the difference between these two conditions is. Could you explain that?

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...