Some GM errors
#1

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

bump
Reply
#3

In your pawno folder, did you add the includes?
Reply
#4

Of course
Reply
#5

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

Make sure you have the latest plugin/includes versions!
Reply
#7

Код:
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.ronl66056472a256a7.090...nfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)