GR8 387 Report post Posted September 10, 2015 (edited) NOT NEEDED IN THE LATEST EXILE - IT IS BUILT IN EXILE NOW Anti Camping Safezones By GR8 v 2.1 Made to prevent campers shooting people going in and out of safezones. There is a timer to protect you from any harm and give you enough time to get to safety. People cannot follow others outside a safezone because they will not be able to shoot. You can also set the script to where if anyone is killed in protection, He will give negative respect to the killer. This is highly configurable script and more suggestions are appreciated. Installation Download AntiCampingSafezones, Move the safezone folder into your Mission PBO. Open your initPlayerLocal.sqf. add [] execVM "safezones\config.sqf"; to the very top. Open your config.cpp. Look for class CfgExileCustomCode Replace the whole block with this: class CfgExileCustomCode { ExileClient_object_player_event_onEnterSafezone = "safezones\GG_object_player_event_onEnterSafezone.sqf"; ExileClient_object_player_event_onLeaveSafezone = "safezones\GG_object_player_event_onLeaveSafezone.sqf"; }; NOTE : If you have any CfgExileCustomCode Overrides already. Make sure to keep them with this code as well. EXTRA STEPS NOTE : You Don't need to follow these steps if you are using LooseRespect = false;. You must do the follow if you have LooseRespect = true;. open addons\exile_server_config\CfgSettings.hpp. Look for bambi = -500;. Add this below safezone = -800; // Safezone Campers by GR8. This is the respect the camper will loose, change it to your liking. copy ExileServer_object_player_event_onMpKilled.sqf from the download. Replace it in addons\exile_server\code. Edited December 14, 2015 by GR8 7 Share this post Link to post Share on other sites
GR8 387 Report post Posted September 10, 2015 RESERVED Share this post Link to post Share on other sites
second_coming 836 Report post Posted September 10, 2015 *Losing Share this post Link to post Share on other sites
GR8 387 Report post Posted September 10, 2015 *Losing haha, Too Late. Can't Edit anymore 1 Share this post Link to post Share on other sites
weallplay 21 Report post Posted September 10, 2015 Will try this out Then leave comments 1 Share this post Link to post Share on other sites
[_ZEN_] STENCH 33 Report post Posted September 10, 2015 Thanks! Share this post Link to post Share on other sites
Mezo 1264 Report post Posted September 11, 2015 @GR8, can you add your welcome message's script to the forums please Some people are hunting 1 Share this post Link to post Share on other sites
GR8 387 Report post Posted September 11, 2015 @GR8, can you add your welcome message's script to the forums please Some people are hunting http://exile.majormittens.co.uk/topic/291-welcome-messages-by-gr8/ 1 Share this post Link to post Share on other sites
Mezo 1264 Report post Posted September 11, 2015 http://exile.majormittens.co.uk/topic/291-welcome-messages-by-gr8/Thank you! Share this post Link to post Share on other sites
tinboye 219 Report post Posted September 17, 2015 been through the server files but i am not finding LooseRespect = false anywhere in the files.my exile_server_config only has a config.cpp no CfgSettings.hppdid something change? Share this post Link to post Share on other sites