View Single Post
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 05-07-2007 , 17:33   Re: DOD Style Reinforcements
Reply With Quote #29

make sure you were changing lines 50-54:
Code:
	if(get_pcvar_num(sv_DSRmode)==0)
	{
		g_allowDSR[1] = true
		g_allowDSR[2] = true	
	}
and not 65-69
Code:
	else
	{
		g_allowDSR[1] = true
		g_allowDSR[2] = true
	}
also make sure you recompiled and uploaded the new compiled version.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`