Some help -
NSA - 16.10.2013
Can somebody help me?
Loaded 0 filterscripts.
Error: Function not registered: 'sql_debug'
Error: Function not registered: 'sql_query'
Error: Function not registered: 'sql_affected_rows'
Error: Function not registered: 'sql_escape_string'
Error: Function not registered: 'sql_connect'
Error: Function not registered: 'sql_num_rows'
Error: Function not registered: 'sql_get_field_assoc_int'
Error: Function not registered: 'sql_get_field_assoc_int_ex'
Error: Function not registered: 'sql_get_field_assoc_float_ex'
Error: Function not registered: 'sql_get_field_assoc'
Error: Function not registered: 'sql_get_field_assoc_float'
Error: Function not registered: 'sql_next_row'
[debug] Run time error 19: "File or function is not found"
[debug] sql_debug
[debug] sql_query
[debug] sql_affected_rows
[debug] sql_escape_string
[debug] sql_connect
[debug] sql_num_rows
[debug] sql_get_field_assoc_int
[debug] sql_get_field_assoc_int_ex
[debug] sql_get_field_assoc_float_ex
[debug] sql_get_field_assoc
[debug] sql_get_field_assoc_float
[debug] sql_next_row
Script[gamemodes/previlos.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
How to fix?
+rep
Re: Some help -
Konstantinos - 16.10.2013
The plugin you use for MySQL is not loaded. It's either failed to load or you forgot to add it to the plugins line in server.cfg or the file is missing from plugins folder.
Re: Some help -
NSA - 16.10.2013
Here is my Plugin folder:
http://www.upload.ee/image/3644755/My_plugins.png
Here is my server.cfg :
echo Executing Server Config...
lanmode 1
rcon_password Chaned
maxplayers 50
bind 188.92.161.89
port 7778
hostname RiverCoast Roleplay | Forum
gamemode0 previlos 1
filterscripts
announce 0
query 1
weburl rivercoast.eu
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
output 1
plugins sscanf.so streamer.so sql.so crashdetect.so Whirlpool.so nativechecker.so
But still have same problem?
Re: Some help -
Konstantinos - 16.10.2013
Check the servers log where it says the sql plugin failed and check if there's anything else (extra information).