05.10.2015, 11:12
When i run the server, it shows the server is unkowned
Server settings:
Logging to the database
Код:
> MySQL plugin R7 successfully loaded. [04:13:40] Loaded. [04:13:40] Loaded 3 plugins. [04:13:40] [04:13:40] Filterscripts [04:13:40] --------------- [04:13:40] Loaded 0 filterscripts. [04:13:40] Script[gamemodes/CLEANGM.amx]: Run time error 19: "File or function is not found" [04:13:40] Number of vehicle models: 0
Код:
echo Executing Server Config... lanmode 0 rcon_password new123 maxplayers 50 port 7777 hostname ERPTestEmptyGM gamemode0 CLEANGM 1 filterscripts announce 0 query 1 chatlogging 0 weburl www.sa-mp.com onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0 logtimeformat [%H:%M:%S] plugins sscanf streamer mysql
Код:
#define DB_HOST "127.0.0.1" #define DB_USER "root" #define DB_PASS "" #define DB_NAME "samp"