A few errors - I came across - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: A few errors - I came across (
/showthread.php?tid=502050)
A few errors - I came across -
PinEvil - 22.03.2014
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[20:53:37]
[20:53:37] Server Plugins
[20:53:37] --------------
[20:53:37] Loading plugin: streamer.dll
[20:53:37]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[20:53:37] Loaded.
[20:53:37] Loading plugin: irc.dll
[20:53:37] Failed.
[20:53:37] Loading plugin: sscanf.dll
[20:53:37]
[20:53:37] ===============================
[20:53:37] sscanf plugin loaded.
[20:53:37] © 2009 Alex "******" Cole
[20:53:37] 0.3d-R2 500 Players "dnee"
[20:53:37] ===============================
[20:53:37] Loaded.
[20:53:37] Loading plugin: mysql.dll
[20:53:37] >> plugin.mysql: R38 successfully loaded.
[20:53:37] Loaded.
[20:53:37] Loading plugin: nativechecker.dll
[20:53:37] Loaded.
[20:53:37] Loaded 4 plugins.
[20:53:37]
[20:53:37] Filterscripts
[20:53:38] ---------------
[20:53:38] Loading filterscript 'adminfsmysql.amx'...
[20:53:38] Error: Function not registered: 'mysql_store_result'
[20:53:38] Error: Function not registered: 'mysql_num_rows'
[20:53:38] Error: Function not registered: 'mysql_fetch_field_row'
[20:53:38] Error: Function not registered: 'mysql_free_result'
[20:53:38] Error: Function not registered: 'mysql_real_escape_string'
[20:53:38] Error: Function not registered: 'mysql_fetch_row_format'
[20:53:38] Loading filterscript 'maps.amx'...
[20:53:38] Loading maps
[20:53:38] United Force Base Loaded
[20:53:38] UGHT Loaded
[20:53:38] Slayers drop map loaded
[20:53:38] Slayers ship jump loaded
[20:53:38] Quad Parkour Loaded
[20:53:38] Stunt road loaded
[20:53:38] Pipe loaded
[20:53:38] farm biking loaded
[20:53:38] loaded LS Beach stunts
[20:53:38] Loaded 2 filterscripts.
[20:53:38] Error: Function not registered: 'mysql_store_result'
[20:53:38] Error: Function not registered: 'mysql_fetch_row_format'
[20:53:38] Error: Function not registered: 'mysql_fetch_field_row'
[20:53:38] Error: Function not registered: 'mysql_free_result'
[20:53:38] Script[gamemodes/stunt.amx]: Run time error 19: "File or function is not found"
[20:53:38] Number of vehicle models: 6
Everything else is loading fine, Just can't figure out these mysql errors. I'm using nativechecker because before all it said was:
Код:
[20:53:38] Script[gamemodes/stunt.amx]: Run time error 19: "File or function is not found"
[20:53:38] Number of vehicle models: 6
Re: A few errors - I came across -
Dignity - 22.03.2014
Код:
[20:53:38] Loading filterscript 'adminfsmysql.amx'...
[20:53:38] Error: Function not registered: 'mysql_store_result'
[20:53:38] Error: Function not registered: 'mysql_num_rows'
[20:53:38] Error: Function not registered: 'mysql_fetch_field_row'
[20:53:38] Error: Function not registered: 'mysql_free_result'
[20:53:38] Error: Function not registered: 'mysql_real_escape_string'
[20:53:38] Error: Function not registered: 'mysql_fetch_row_format'
[20:53:38] Loading filterscript 'maps.amx'...
Is causing
Код:
[20:53:38] Script[gamemodes/stunt.amx]: Run time error 19: "File or function is not found"
Most likely your MySQL include that isn't compatible with the filterscript
Re: A few errors - I came across -
PinEvil - 22.03.2014
I'm still lost, :P
Re: A few errors - I came across -
Dignity - 22.03.2014
Are you using
https://sampforum.blast.hk/showthread.php?tid=56564 ?
Re: A few errors - I came across -
PinEvil - 22.03.2014
Yes.
Re: A few errors - I came across -
PinEvil - 22.03.2014
^Bump.
Re: A few errors - I came across -
Avi Raj - 22.03.2014
Your plugins are not loading properly.
Re: A few errors - I came across -
Konstantinos - 22.03.2014
You've loaded R38 but the gamemode use R6 so the plugin's version does not match.
By the way, IRC plugin failed to load and sscanf is an older version so update both sscanf plugin and include.
Re: A few errors - I came across -
PinEvil - 22.03.2014
I updated the includes & plugins and more errors await me,
When I try to re-compile it with new includes;
Код:
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8121) : error 035: argument type mismatch (argument 1)
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8122) : error 017: undefined symbol "mysql_store_result"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8123) : error 017: undefined symbol "mysql_fetch_row_format"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8129) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8130) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8131) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8132) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\Jaden\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8137) : error 017: undefined symbol "mysql_free_result"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8150) : error 035: argument type mismatch (argument 1)
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8151) : error 017: undefined symbol "mysql_store_result"
C:\Users\Jaden\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8152) : error 017: undefined symbol "mysql_fetch_row_format"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8158) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8159) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\Jaden\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8160) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8161) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8167) : error 017: undefined symbol "mysql_free_result"
C:\Users\\Desktop\REALLL SERVER\gamemodes\ultimate-gamers03z.pwn(8202) : warning 203: symbol is never used: "params"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Re: A few errors - I came across -
Konstantinos - 22.03.2014
The version of a_mysql.inc should be the same as the plugin's version which is R6.