Error loading gamemode
#1

here is my gamemode includes:

Код:
#include 													   <   a_samp   >
#include 													   <   streamer >
#include 													   <   zcmd     >
#include 													   <   sscanf2  >
here my cfg file:

Код:
echo Executing Server Config...
lanmode 0
rcon_password passw0rd
maxplayers 50
port 7778
hostname SA-MP 0.3 Server
gamemode0 StuntAndFreeroam 1
filterscripts
plugins sscanf streamer Whirlpool nativechecker
announce 1
query 1
chatlogging 0
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
the plugin folder of the server:

Код:
 crashdetect.dll 	  	
mysql.dll 	  	
nativechecker.dll 	  	
sscanf.dll 	  	
streamer.dll
Whirlpool.dll
and here my server log:

Код:
 

----------

Loaded log file: "server_log.txt".

----------

 

SA-MP Dedicated Server

----------------------

v0.3.7, ©2005-2015 SA-MP Team

 

[19:23:46] filterscripts = ""  (string)

[19:23:46] 

[19:23:46] Server Plugins

[19:23:46] --------------

[19:23:46]  Loading plugin: sscanf

[19:23:46] 

 

[19:23:46]  ===============================

 

[19:23:46]       sscanf plugin loaded.     

 

[19:23:46]          Version:  2.8.1        

 

[19:23:46]    © 2012 Alex "******" Cole  

 

[19:23:46]  ===============================

 

[19:23:46]   Loaded.

[19:23:46]  Loading plugin: streamer

[19:23:46]   Failed.

[19:23:46]  Loading plugin: Whirlpool

[19:23:46]   Failed.

[19:23:46]  Loading plugin: nativechecker

[19:23:46]   Loaded.

[19:23:46]  Loaded 2 plugins.

 

[19:23:46] 

[19:23:46] Filterscripts

[19:23:46] ---------------

[19:23:46]   Loaded 0 filterscripts.

 

[19:23:46]    Error: Function not registered: 'Streamer_TickRate'

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

[19:23:46] Number of vehicle models: 0
and everytime i got this:

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


How can i solve?
Reply
#2

Do you get any errors compiling the gamemode?
Reply
#3

Quote:
Originally Posted by darkowner
Посмотреть сообщение
Do you get any errors compiling the gamemode?
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase





NO ERRORS, NO WARNINGS...



EDIT:

FOUND THIS ON LAUNCHING SERVER:

Loading plugin: streamer

[20:00:51] Failed.
Reply
#4

By the looks of it your missing the Streamer and Whirlpool plugins or they are failing to load.
Reply
#5

Seems like your missing the actual .dll or .so of the streamer plugin: [Plugin] Streamer Plugin, download the zip from github, if on windows, rightclick download, properties, unblock, and then extract in your sa-mp-server directory.
Reply
#6

Quote:
Originally Posted by Suicidal.Banana
Посмотреть сообщение
Seems like your missing the actual .dll or .so of the streamer plugin: [Plugin] Streamer Plugin, download the zip from github, if on windows, rightclick download, properties, unblock, and then extract in your sa-mp-server directory.
DOWNLOADED LATEST (2.7.7) AND REUPLOADED STILL KEEP SAYING FAILED LOADING...
Reply
#7

Quote:
Originally Posted by VanillaRain
Посмотреть сообщение
DOWNLOADED LATEST (2.7.7) AND REUPLOADED STILL KEEP SAYING FAILED LOADING...
Make sure the name of the plugins are correct.
Reply
#8

Quote:
Originally Posted by iTakelot
Посмотреть сообщение
Make sure the name of the plugins are correct.
they are... WTF dude... If i compile and run locally it works great, when i move it to my host i got this problem!
Reply
#9

Ok i bet your running windows and your (host) server is linux?

In linux you don't use DLL's you use SO file, swap the .DLL for the .so files and put '.so' after plugin names in server.cfg. (if server is linux)
Код:
plugins sscanf.so streamer.so Whirlpool.so nativechecker.so
See plugins section:
https://sampwiki.blast.hk/wiki/Server.cfg

EDIT: Although i may be wrong, as other plugins have loaded.
Reply
#10

If this happends on the host it means that the host doesn't have that thing called, omg, I don't remember. Net framework 3.5 / 4.0 / 4.5 . Just call 'em or give 'em a ticket.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)