View Single Post
Misery59
Junior Member
Join Date: Jul 2008
Old 06-11-2009 , 08:11   Re: [DoD:S] Anticamp
Reply With Quote #5

Hi Guardia,

It's normally. You have just put :

Installation:
- Put anticamp.smx in " dod / addons / sourcemod / plugins "
- Put anticamp.phrases in " dod / addons / sourcemod / translations "
- Put sounds in the file "dod / sound/ admin_plugin /actions "
- Relaunch the server

You can just modify in anticamp.sp :

a_CvarLowHealth = CreateConVar("sm_anticamp_low_health_level", "15", "Set to the health level below which camping is OK");
a_CvarRadius = CreateConVar("sm_anticamp_radius", "170", "The radius to check for camping");
a_CvarPollCount = CreateConVar("sm_anticamp_poll_count", "7", "the amount of times a suspected camper is checked for");
a_CvarAnticamp_mg_Enable = CreateConVar("sm_anticamp_mg_enable", "1", "Enable/disable DoD:S anticamp for MG", FCVAR_PLUGIN);
a_CvarAnticamp_sniper_Enable = CreateConVar("sm_anticamp_sniper_enable", "1", "Enable/disable DoD:S anticamp for SNIPER", FCVAR_PLUGIN);
a_CvarAnticamp_Notify = CreateConVar("sm_anticamp_notify", "1", "Whether or not arriving clients are informed about ANTICAMP", FCVAR_PLUGIN);
a_CvarAnticamp_slap_Enable = CreateConVar("sm_anticamp_slap_enable", "1", "Enable/disable slap after beacon", FCVAR_PLUGIN);
a_CvarAnticamp_Discount_Enable = CreateConVar("sm_anticamp_discount_enable", "1", "Enable/disable discount of 3 seconds before the beacon", FCVAR_PLUGIN);

Cordially
Misery59 is offline