[Help] Run time error 19: "File or function is not found"
#1

Help me please i can not run this saver samp 0.3.7

serverlog
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[15:42:20] filterscripts = ""  (string)
[15:42:20] 
[15:42:20] Server Plugins
[15:42:20] --------------
[15:42:20]  Loading plugin: sscanf
[15:42:20] 

[15:42:20]  ===============================

[15:42:20]       sscanf plugin loaded.     

[15:42:20]          Version:  2.8.1        

[15:42:20]    © 2012 Alex "******" Cole  

[15:42:20]  ===============================

[15:42:20]   Loaded.
[15:42:20]  Loading plugin: streamer
[15:42:20] 

*** Streamer Plugin v2.8.2 by Incognito loaded ***

[15:42:20]   Loaded.
[15:42:20]  Loading plugin: whirlpool
[15:42:20]  
[15:42:20]  ==================
[15:42:20]  
[15:42:20]   Whirlpool loaded
[15:42:20]  
[15:42:20]  ==================
[15:42:20]  
[15:42:20]   Loaded.
[15:42:20]  Loading plugin: mysql
[15:42:20]  >> plugin.mysql: R41-2 successfully loaded.
[15:42:20]   Loaded.
[15:42:20]  Loading plugin: nativechecker
[15:42:20]   Loaded.
[15:42:20]  Loading plugin: crashdetect
[15:42:21]   Failed.
[15:42:21]  Loaded 5 plugins.

[15:42:21] 
[15:42:21] Filterscripts
[15:42:21] ---------------
[15:42:21]   Loaded 0 filterscripts.

[15:42:22]    Error: Function not registered: 'SSCANF_IsConnected'
[15:42:22]    Error: Function not registered: 'cache_get_field_content'
[15:42:22]    Error: Function not registered: 'cache_get_data'
[15:42:22]    Error: Function not registered: 'cache_get_row'
[15:42:22] Script[gamemodes/scrp.amx]: Run time error 19: "File or function is not found"
[15:42:22] Number of vehicle models: 0
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 100
port 7777
hostname [0.3.7] South Central Roleplay - www.scroleplay.net
gamemode0 scrp
filterscripts 
announce 1
chatlogging 1
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]
language English
plugins sscanf streamer whirlpool mysql nativechecker crashdetect
Reply
#2

Probably your gamemode have an error and can't be compiled to create .amx file.Try to resolve your error in your gamemode then try again.
Reply
#3

cache_get_field_content, cache_get_data and cache_get_row do not exist in R40+ so you'll either have to downgrade to R39-6 version or update your scripts.

Re-compile your script with the same version of sscanf2.inc file (2.8.1) or update to 2.8.2 (you'll still need to re-compile it anyway).

Try loading crashdetect as first plugin, I remember it failed if streamer or YSF were loaded before.
Reply
#4

How to fix
Код:
D:\South Central RP\gamemodes\scrp.pwn(1707) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1709) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1726) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1735) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1747) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1758) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(1758) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(1753) : warning 203: symbol is never used: "row"
D:\South Central RP\gamemodes\scrp.pwn(1767) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1784) : error 017: undefined symbol "mysql_real_escape_string"
D:\South Central RP\gamemodes\scrp.pwn(1875) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1928) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1985) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(1989) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(1983) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(1982) : warning 203: symbol is never used: "rows"
D:\South Central RP\gamemodes\scrp.pwn(2009) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(2021) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(2028) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(2029) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(2019) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(2051) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(2057) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(2057) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(2049) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(2723) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2746) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2765) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2808) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2833) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2866) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3241) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3255) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3319) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3350) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3364) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3426) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3498) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3548) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3593) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3614) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3661) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3704) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3844) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3858) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3884) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3894) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3940) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3954) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3987) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4174) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4189) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4237) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4252) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4258) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4325) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(4325) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(4320) : warning 203: symbol is never used: "row"
D:\South Central RP\gamemodes\scrp.pwn(4343) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4358) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4397) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4426) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4705) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4715) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5197) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5493) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5496) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5754) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5781) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5805) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5874) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5893) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5913) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5960) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6010) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6051) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6123) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6121) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6148) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6152) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6146) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6174) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6172) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6200) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6197) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6233) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6231) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6259) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6257) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6286) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6284) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6311) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6309) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6338) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6360) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6335) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6372) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6404) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6370) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6418) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6416) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6444) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6451) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6486) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6441) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6500) : error 017: undefined symbol "cache_get_data"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#5

Ok thank for suggestion
Reply
#6

dude update ur Plugins
Reply
#7

Quote:
Originally Posted by XxFiGhteRXx
Посмотреть сообщение
dude update ur Plugins
Updating the plugins causes this... Don't suggest things like this unless you know what you are doing.
Reply
#8

I Don't know if it's right answer
But try
1- Solution of
Quote:

Script[gamemodes/scrp.amx]: Run time error 19: "File or function is not found"

Maybe the gamemode isn't compiled (means no .amx in the gamemode folder)
& Try run the crashdetect as first plugin.
2- Solution of:
Quote:

D:\South Central RP\gamemodes\scrp.pwn(1707) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1709) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1726) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1735) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1747) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(175 : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(175 : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(1753) : warning 203: symbol is never used: "row"
D:\South Central RP\gamemodes\scrp.pwn(1767) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1784) : error 017: undefined symbol "mysql_real_escape_string"
D:\South Central RP\gamemodes\scrp.pwn(1875) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(192 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(1985) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(1989) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(1983) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(1982) : warning 203: symbol is never used: "rows"
D:\South Central RP\gamemodes\scrp.pwn(2009) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(2021) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(202 : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(2029) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(2019) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(2051) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(2057) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(2057) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(2049) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(2723) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2746) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2765) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(280 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2833) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(2866) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3241) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3255) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3319) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3350) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3364) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3426) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(349 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(354 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3593) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3614) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3661) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3704) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3844) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(385 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3884) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3894) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3940) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3954) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(3987) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4174) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4189) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4237) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4252) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(425 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4325) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(4325) : warning 202: number of arguments does not match definition
D:\South Central RP\gamemodes\scrp.pwn(4320) : warning 203: symbol is never used: "row"
D:\South Central RP\gamemodes\scrp.pwn(4343) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(435 : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4397) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4426) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4705) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(4715) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5197) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5493) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5496) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5754) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5781) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5805) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5874) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5893) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5913) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(5960) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6010) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6051) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6123) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6121) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(614 : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6152) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6146) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6174) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6172) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6200) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6197) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6233) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6231) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6259) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6257) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6286) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6284) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6311) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6309) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(633 : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6360) : warning 213: tag mismatch
D:\South Central RP\gamemodes\scrp.pwn(6335) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6372) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6404) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6370) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(641 : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6416) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6444) : error 017: undefined symbol "cache_get_data"
D:\South Central RP\gamemodes\scrp.pwn(6451) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6486) : error 017: undefined symbol "cache_get_field_content"
D:\South Central RP\gamemodes\scrp.pwn(6441) : warning 203: symbol is never used: "fields"
D:\South Central RP\gamemodes\scrp.pwn(6500) : error 017: undefined symbol "cache_get_data"

Try to compile the gamemode with the mysql plugin version which the script is based on.
Try this solutions then reply here
Reply
#9

Quote:
Originally Posted by Ultraz
Посмотреть сообщение
1- Solution of Maybe the gamemode isn't compiled (means no .amx in the gamemode folder)
That isn't what this error means, and Konstantinos pretty much said everything else...

What the error means is that some of the functions that are in the AMX, are available on the server either due to the plugin, being out of sync version-wise, or not being there at all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)