Script
#1

I need help with my gamemode ill try to post server log and server.cfg later it uses mysql streamer sscanf and whirlpool plugins i also added audio.so because of the error file or function not found im using centos 6 x86 on vps btw on my windows pc the server almost works just dont have a mysql server here it uses blueg mysql
Reply
#2

This is the server log file pls help tnx
Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[00:00:14]
[00:00:14] Server Plugins
[00:00:14] --------------
[00:00:14] Loading plugin: mysql.so
[00:00:14]

> MySQL plugin R6 successfully loaded.

[00:00:14] Loaded.
[00:00:14] Loading plugin: streamer.so
[00:00:14]

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

[00:00:14] Loaded.
[00:00:14] Loading plugin: sscanf.so
[00:00:14] Failed (plugins/sscanf.so: ELF load command past end of file)
[00:00:14] Loading plugin: Whirlpool.so
[00:00:14]
[00:00:14] ==================
[00:00:14]
[00:00:14] Whirlpool loaded
[00:00:14]
[00:00:14] ==================
[00:00:14]
[00:00:14] Loaded.
[00:00:14] Loading plugin: audio.so
[00:00:14]
*** Audio Plugin v0.4 by Incognito loaded ***

[00:00:14] Loaded.
[00:00:14] Loading plugin: nativechecker.so
[00:00:14] Loaded.
[00:00:14] Loaded 5 plugins.

[00:00:14]
[00:00:14] Filterscripts
[00:00:14] ---------------
[00:00:14] Loading filterscript 'buttons.amx'...
[00:00:14] Loaded 1 filterscripts.

[00:00:14] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27002) (script might need to be recompiled with the latest include file)
[00:00:14] Error: Function not registered: 'SSCANF_Init'
[00:00:14] Error: Function not registered: 'SSCANF_Join'
[00:00:14] Error: Function not registered: 'SSCANF_Leave'
[00:00:14] Error: Function not registered: 'cache_get_data'
[00:00:14] Error: Function not registered: 'cache_get_field_content'
[00:00:14] Error: Function not registered: 'mysql_function_query'
[00:00:14] Error: Function not registered: 'sscanf'
[00:00:14] Error: Function not registered: 'cache_get_row'
[00:00:14] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[00:00:14] Number of vehicle models: 0

Reply
#3

when i update the streamer include this error comes up
Quote:

C:\Users\Andre\Desktop\New folder\MCRP\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Andre\Desktop\New folder\MCRP\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

line 489
Quote:

{17},

line 487
Quote:

{5},

Reply
#4

Try updating your streamer plugin or try download a_samp,inc in the attachments
Reply
#5

it fixed the compiling how about the loading of the server
Reply
#6

this error
Quote:

PlayerInfo[playerid][pGCMuted]

and this
Quote:

[00:00:14] Error: Function not registered: 'SSCANF_Init'
[00:00:14] Error: Function not registered: 'SSCANF_Join'
[00:00:14] Error: Function not registered: 'SSCANF_Leave'
[00:00:14] Error: Function not registered: 'cache_get_data'
[00:00:14] Error: Function not registered: 'cache_get_field_content'
[00:00:14] Error: Function not registered: 'mysql_function_query'
[00:00:14] Error: Function not registered: 'sscanf'
[00:00:14] Error: Function not registered: 'cache_get_row'
[00:00:14] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[00:00:14] Number of vehicle models: 0

how can i fix this
Reply
#7

Try to update your MySQL plugin
Reply
#8

used mysql_static.so
log output
Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[01:35:29]
[01:35:29] Server Plugins
[01:35:29] --------------
[01:35:29] Loading plugin: audio.so
[01:35:29]
*** Audio Plugin v0.4 by Incognito loaded ***

[01:35:29] Loaded.
[01:35:29] Loading plugin: mysql_static.so
[01:35:29] >> plugin.mysql: R34 successfully loaded.
[01:35:29] Loaded.
[01:35:29] Loading plugin: streamer.so
[01:35:29]

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

[01:35:29] Loaded.
[01:35:29] Loading plugin: sscanf.so
[01:35:29]

[01:35:29] ===============================

[01:35:29] sscanf plugin loaded.

[01:35:29] Version: 2.8.1

[01:35:29] © 2012 Alex "******" Cole

[01:35:29] ===============================

[01:35:29] Loaded.
[01:35:29] Loading plugin: Whirlpool.so
[01:35:29]
[01:35:29] ==================
[01:35:29]
[01:35:29] Whirlpool loaded
[01:35:29]
[01:35:29] ==================
[01:35:29]
[01:35:29] Loaded.
[01:35:29] Loading plugin: nativechecker.so
[01:35:29] Loaded.
[01:35:29] Loaded 6 plugins.

[01:35:30]
[01:35:30] Filterscripts
[01:35:30] ---------------
[01:35:30] Loading filterscript 'buttons.amx'...
[01:35:30] Loaded 1 filterscripts.

[01:35:30] Error: Function not registered: 'mysql_function_query'
[01:35:30] Error: Function not registered: 'mysql_debug'
[01:35:30] Error: Function not registered: 'mysql_ping'
[01:35:30] Error: Function not registered: 'mysql_real_escape_string'
[01:35:30] Error: Function not registered: 'mysql_affected_rows'
[01:35:30] Script[gamemodes/MCRP.amx]: Run time error 19: "File or function is not found"
[01:35:30] Number of vehicle models: 0

how to fix
Reply
#9

the windows plugin is blueg mysql.dll R7 i tried mysql.so R7 but it doesnt work
Reply
#10

server loads succesfully but crashes with this Segmentation fault
on the ssh console
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)