Help with this thing
#1

Hey so for past few minutes i been trying to upload my server script to my host which is linux when i put everything in the FTP and try to start up the server i get this in the server logs

Код:
[20:01:51] *** Streamer Plugin: Include file version (0x282001) does not match plugin version (0x279001) (script might need to be recompiled with the latest include file)
[20:01:51] Script[gamemodes/RP1.amx]: Run time error 19: "File or function is not found"
[20:01:51] Number of vehicle models: 0
and i put in includes and plugins and still nothing anyone know how to fix this i'd like to have it fixed as soon as possible
Reply
#2

Plugin is 2.8.2, include is 2.7.9.

You haven't got the right includes in the pawno\includes folder. Update them and recompile.
Reply
#3

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Plugin is 2.8.2, include is 2.7.9.

You haven't got the right includes in the pawno\includes folder. Update them and recompile.
Where can i find the complete file with include and plugin? i've looked here on the sa-mp forums but what i find are old
Reply
#4

Quote:
Originally Posted by BigGreen
Посмотреть сообщение
Where can i find the complete file with include and plugin? i've looked here on the sa-mp forums but what i find are old
i've found the latest plugin and include but now i get this

Код:
[21:50:18] Script[gamemodes/RP1.amx]: Run time error 19: "File or function is not found"
[21:50:18] Number of vehicle models: 0
Reply
#5

Anyone?
Reply
#6

Post up your server.log, chances are your plugin is failing to load due to missing a runtime.

24 hour bumps only also, as per forum rules.
Reply
#7

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Post up your server.log, chances are your plugin is failing to load due to missing a runtime.

24 hour bumps only also, as per forum rules.
here you go [01:09:27] Loaded.
[01:09:27] Loading plugin: nativechecker.so
[01:09:27] Loaded.
[01:09:27] Loading plugin: sscanf.so
[01:09:27]

[01:09:27] ===============================

[01:09:27] sscanf plugin loaded.

[01:09:27] Version: 2.8.1

[01:09:27] © 2012 Alex "******" Cole

[01:09:27] ===============================

[01:09:27] Loaded.
[01:09:27] Loading plugin: Whirlpool.so
[01:09:27] Failed (plugins/Whirlpool.so: wrong ELF class: ELFCLASS64)
[01:09:27] Loaded 3 plugins.

[01:09:27]
[01:09:27] Filterscripts
[01:09:27] ---------------
[01:09:27] Loading filterscript 'vactions.amx'...
[01:09:27] Loading filterscript 'callsign.amx'...
[01:09:27] Error: Function not registered: 'SSCANF_Init'
[01:09:27] Error: Function not registered: 'SSCANF_Join'
[01:09:27] Error: Function not registered: 'SSCANF_Leave'
[01:09:27] Loading filterscript 'Labels.amx'...
[01:09:27] Error: Function not registered: 'SSCANF_Init'
[01:09:27] Error: Function not registered: 'SSCANF_Join'
[01:09:27] Error: Function not registered: 'SSCANF_Leave'
[01:09:27] Error: Function not registered: 'sscanf'
[01:09:27] Error: Function not registered: 'sscanf'
[01:09:27] Loading filterscript 'Buildings.amx'...
[01:09:27] Loaded 4 filterscripts.

[01:09:27] Error: Function not registered: 'WP_Hash'
[01:09:27] Script[gamemodes/RP1.amx]: Run time error 19: "File or function is not found"
[01:09:27] Number of vehicle models: 0

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

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

[01:09:31] maxnpc = 0 (int)
[01:09:31]
[01:09:31] Server Plugins
[01:09:31] --------------
[01:09:31] Loading plugin: streamer.so
[01:09:31]

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

[01:09:31] Loaded.
[01:09:31] Loading plugin: nativechecker.so
[01:09:31] Loaded.
[01:09:31] Loading plugin: sscanf.so
[01:09:31]

[01:09:31] ===============================

[01:09:31] sscanf plugin loaded.

[01:09:31] Version: 2.8.1

[01:09:31] © 2012 Alex "******" Cole

[01:09:31] ===============================

[01:09:31] Loaded.
[01:09:31] Loading plugin: Whirlpool.so
[01:09:31] Failed (plugins/Whirlpool.so: wrong ELF class: ELFCLASS64)
[01:09:31] Loaded 3 plugins.

[01:09:31]
[01:09:31] Filterscripts
[01:09:31] ---------------
[01:09:31] Loading filterscript 'vactions.amx'...
[01:09:31] Loading filterscript 'callsign.amx'...
[01:09:31] Error: Function not registered: 'SSCANF_Init'
[01:09:31] Error: Function not registered: 'SSCANF_Join'
[01:09:31] Error: Function not registered: 'SSCANF_Leave'
[01:09:31] Loading filterscript 'Labels.amx'...
[01:09:31] Error: Function not registered: 'SSCANF_Init'
[01:09:31] Error: Function not registered: 'SSCANF_Join'
[01:09:31] Error: Function not registered: 'SSCANF_Leave'
[01:09:31] Error: Function not registered: 'sscanf'
[01:09:31] Error: Function not registered: 'sscanf'
[01:09:31] Loading filterscript 'Buildings.amx'...
[01:09:31] Loaded 4 filterscripts.

[01:09:31] Error: Function not registered: 'WP_Hash'
[01:09:31] Script[gamemodes/RP1.amx]: Run time error 19: "File or function is not found"
[01:09:31] Number of vehicle models: 0
Reply
#8

Where did you get Whirlpool.so, what distribution was it compiled for, and what distribution are you running?

NativeChecker is supposed to be at the END of the plugin line, as per the instructions on its release thread.
Reply
#9

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Where did you get Whirlpool.so, what distribution was it compiled for, and what distribution are you running?

NativeChecker is supposed to be at the END of the plugin line, as per the instructions on its release thread.
i put it at the end but i still get

Код:
 [01:22:58]    Error: Function not registered: 'WP_Hash'
[01:22:58] Script[gamemodes/RP1.amx]: Run time error 19: "File or function is not found"
[01:22:58] Number of vehicle models: 0
and as for the whirlpool i've tried finging the latest but i could not find it
Reply
#10

Hello sir, Have you added native WP_Hash(buffer[], len, const str[]); at the top of your gamemode?


Could you please show us your config file, Obvs remove important information like password ect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)