SA-MP Forums Archive
Some GM errors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Some GM errors (/showthread.php?tid=613122)



Some GM errors - Ax3l123 - 24.07.2016

Код:
   Error: Function not registered: 'cache_get_row_count'
   Error: Function not registered: 'cache_get_field_content'
   Error: Function not registered: 'cache_get_field_count'
   Error: Function not registered: 'cache_get_row'
   Error: Function not registered: 'CreateDynamicRectangle'
   Error: Function not registered: 'SSCANF_Init'
   Error: Function not registered: 'SSCANF_Join'
   Error: Function not registered: 'SSCANF_Leave'
   Error: Function not registered: 'mysql_query'
   Error: Function not registered: 'mysql_escape_string'
   Error: Function not registered: 'DestroyDynamicObject'
   Error: Function not registered: 'mysql_close'
   Error: Function not registered: 'mysql_log'
   Error: Function not registered: 'mysql_connect'
   Error: Function not registered: 'CreateDynamic3DTextLabel'
   Error: Function not registered: 'DestroyDynamic3DTextLabel'
   Error: Function not registered: 'CreateDynamicPickup'
   Error: Function not registered: 'CreateDynamicMapIcon'
   Error: Function not registered: 'CreateDynamicObject'
   Error: Function not registered: 'CountDynamicObjects'
   Error: Function not registered: 'CountDynamicPickups'
   Error: Function not registered: 'sscanf'
Script[gamemodes/beta.amx]: Run time error 19: "File or function is not found"
The fun part is that I have't updated any plugin / include .... , I tried to update the streamer plugin but I still get the errors.
The MySQL plugin is the original from the gamemode and I do not know why I get MySQL errors .


Re: Some GM errors - Ax3l123 - 25.07.2016

bump


Re: Some GM errors - justjamie - 25.07.2016

In your pawno folder, did you add the includes?


Re: Some GM errors - Ax3l123 - 25.07.2016

Of course


Re: Some GM errors - Threshold - 25.07.2016

What does your server.cfg file say...? Because it's pretty clear that none of your plugins have been loaded.


Re: Some GM errors - Fantje - 25.07.2016

Make sure you have the latest plugin/includes versions!


Re: Some GM errors - Ax3l123 - 25.07.2016

Код:
echo Executing Server Config...
lanmode 1
rcon_password 1234
maxplayers 75
port 7777
hostname beta server
gamemode0 beta 1
filterscripts radio
plugins mysql streamer sscanf crashdetect Whirlpool nativechecker
announce 0
query 1
chatlogging 0
weburl http://xtremehost.ro
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]



Re: Some GM errors - Threshold - 25.07.2016

Well the plugins line looks fine. So either:
- The server doesn't have permission to access the plugins folder, try running it as an administrator.
- The plugins folder is missing or in the wrong location.
- The includes are in the wrong location. (Should be in pawno/includes)
- The script hasn't been properly re-compiled with the newest plugins.