Skip to content

This script is made to ensure your full safety in a safezone by stopping other people to steal your vehicle and/or its contents.

Notifications You must be signed in to change notification settings

secondcoming/ExileMod-SecureSafezones

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Secure Safezones For ExileMod - Download

This script is made to ensure your full safety in a safezone by stopping other people to steal your vehicle and/or its contents. Fully customizable and easy to install, this should hopefully remove the big hassle of having an admin punishing safezone theifs all the time and make this process automated.

All these features below you can enable/disable :

  • Kicks out all players outside your group from your vehicle.
  • Players outside your group won't be able to check the gear.
  • Players outside your group won't be able to sell your vehicle.
  • Get in the driver's seat to claim ownership.

Install Intructions

  • Add this at the end of your initPlayerLocal.sqf in your missions PBO.
// Secure Safezones by Gr8
[] execVM "SecureSafezones\config.sqf";
  • Copy the SecureSafezones folder in your Mission PBO.

  • Open config.cpp in your mission file.

  • Look for:

class CfgExileCustomCode
{
  • Add this Below:
	// Gr8s Secure Safezones
	ExileClient_object_player_thread_safeZone           = "custom\SecureSafezones\compiles\GG_safeZone.sqf";
  ExileClient_object_player_event_onEnterSafezone     = "custom\SecureSafezones\compiles\GG_onEnterSafezone.sqf";
  ExileClient_object_player_event_onLeaveSafezone     = "custom\SecureSafezones\compiles\GG_onLeaveSafezone.sqf";
  ExileClient_object_player_event_onInventoryOpened   = "custom\SecureSafezones\compiles\GG_onInventoryOpened.sqf";
  ExileClient_object_vehicle_network_lockResponse     = "custom\SecureSafezones\compiles\GG_lockResponse.sqf";
  ExileServer_system_trading_network_wasteDumpRequest = "custom\SecureSafezones\compiles\GG_wasteDumpRequest.sqf";

BattlEye Filters

  • setVariable.txt
  • scripts.txt

Credits

Thank you †RiH† StokesMagee for helping and testing this script.

About

This script is made to ensure your full safety in a safezone by stopping other people to steal your vehicle and/or its contents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • SQF 96.3%
  • C++ 3.7%