amxmodx/dlls/pgsql
2004-04-03 01:04:57 +00:00
..
lib linux build again 2004-04-02 21:18:48 +00:00
admin_pgsql.sma Initial import of PgSQL module. 2004-04-02 19:54:21 +00:00
Makefile linux build again 2004-04-02 21:18:48 +00:00
pgsql_amx.cpp error checking 2004-04-03 01:04:57 +00:00
pgsql_amx.def Initial import of PgSQL module. 2004-04-02 19:54:21 +00:00
pgsql_amx.h error checking 2004-04-03 01:04:57 +00:00
pgsql_amx.vcproj Initial import of PgSQL module. 2004-04-02 19:54:21 +00:00
pgsql.cfg changes 2004-04-02 21:35:18 +00:00
pgsql.inc Initial import of PgSQL module. 2004-04-02 19:54:21 +00:00
readme.txt changes 2004-04-02 21:35:18 +00:00

PgSQL Module for AMX Mod X
by David "BAILOPAN" Anderson
----------------------------

Installation
------------

1] Place the pgsql.cfg file in your addons/amxx/configs dir.


2] Place the module in the right place:
Linux:

Place geoip_amx_i386.so into addons/amxx/modules/
(If you want a glibc2.3 optimized binary, use geoip_amx_i686.so)
Add this line to addons/amxx/modules.ini :
geoip_amx_i386.so


Windows:

Place geoip_amx.dll into addons/ammx/modules/
Add this line to addons/amxx/modules.ini :
geoip_amx.dll


3] Scripters: Place "pgsql.inc" in addons/amxx/scripting/include

4] If you are using pgsql to store admins:
Place admin_pgsql.amx in addons/amxx/plugins/
And add this line to addons/amxx/plugins.ini:
admin_pgsql.amx

5] Put pgsql.cfg in addons/amxx/configs/
Open it and make sure the host, user, password, and database name are correct