A few errors - I came across
#1

Код:
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
Reply
#2

Код:
[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
Reply
#3

I'm still lost, :P
Reply
#4

Are you using https://sampforum.blast.hk/showthread.php?tid=56564 ?
Reply
#5

Yes.
Reply
#6

^Bump.
Reply
#7

Your plugins are not loading properly.
Reply
#8

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.
Reply
#9

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
Reply
#10

The version of a_mysql.inc should be the same as the plugin's version which is R6.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)