SA-MP Forums Archive
[FilterScript] Actor Creator System save with Mysql/DINI - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Actor Creator System save with Mysql/DINI (/showthread.php?tid=616661)



Actor Creator System save with Mysql/DINI - DarkLight - 08.09.2016

!!NOTE!!
PHP код:
//=================================
#define USE_MYSQL       false // <==== change false to true if u use mysql
#define USE_DINI        false // <==== change false to true if u use dini
//================================= 
if u use mysql don't forget to change the config
PHP код:
//========MYSQL config=============
#define mysql_host    "localhost"
#define mysql_user    "root"
#define mysql_db      "test2"
#define mysql_pass    ""
//================================= 
if u use DINI don't forget to create folder with name "actors" in scriptfils
Preview

=====================================
Video
=====================================
Download DLAC here
Credits:
Код:
Credits:
DarkLight  "Creator"
Zeex       "zcmd"
Darcoblue  "DINI"
BlueG      "MySql"
GAMMIX     "dialogs"
RyDeR      "MapAndreas"
iPleoMax   "iTD"
ThePhenix  "easy-mysql"



Re: Actor Creator System save with Mysql/DINI - Gles - 08.09.2016

Very good system , you may use it!


Re: Actor Creator System save with Mysql/DINI - Matz - 09.09.2016

This is a fancy script, good job!


Re: Actor Creator System save with Mysql/DINI - DarkLight - 09.09.2016

thx all