View Single Post
jsterling
SourceMod Donor
Join Date: Mar 2004
Location: Denver, CO, USA
Old 03-08-2004 , 05:56  
#3

Theres also a typo in the core.ini file. plugins.ini is pointing to the wrong DIR.

Original -
Code:
; Configuration file for AMX Mod X

amx_logdir	addons/amxx/logs

amx_modules	addons/amxx/modules.ini

amx_plugins	addons/amxx/plugins/plugins.ini

amx_vault	                addons/amxx/vault.ini

csstats_score	addons/amxx/csstats.amx

csstats		addons/amxx/csstats.dat
Should be -
Code:
; Configuration file for AMX Mod X

amx_logdir	addons/amxx/logs

amx_modules	addons/amxx/modules.ini

amx_plugins	addons/amxx/plugins.ini

amx_vault	                addons/amxx/vault.ini

csstats_score	addons/amxx/csstats.amx

csstats		addons/amxx/csstats.dat
jsterling is offline
Send a message via AIM to jsterling