View Single Post
Deviance
Veteran Member
Join Date: Nov 2004
Location: Sweden
Old 02-23-2007 , 07:43   Re: Terms & Agreement (With Client Logging) - by Dahvid, optimized by xxAvalanchexx
Reply With Quote #4

Code:
new const agreedfile[] = "addons/amxmodx/configs/agreed.ini"; new const declinedfile[] = "addons/amxmodx/configs/declined.ini";
Instead of hardcoding the paths, you should use get_configsdir().
Deviance is offline