Whats the problem?
#1

Код:
echo Executing Server Config...
lanmode 0
rcon_password *********
maxplayers 20
port 5555
hostname New Hope Roleplay [Temporary Host]
gamemode0 nhrp
filterscripts Buttons elevator
plugins streamer.so
query 1
weburl www.newnationrp.pro-forums.co.uk
maxnpc 25
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
It Says on the Log: [22:29:02] Script[gamemodes/nhrp.amx]: Run time error 19: "File or function is not found"

Even though the .amx is their
Reply
#2

Do you have the plugins in the correct folder?
Reply
#3

Yes, I do
Reply
#4

Are you running on a linux system?
Reply
#5

Yes, I am
Reply
#6

Quote:
Originally Posted by seanny
Посмотреть сообщение
It Says on the Log: [22:29:02] Script[gamemodes/nhrp.amx]: Run time error 19: "File or function is not found"

Even though the .amx is their
That means you are using some function that is probably from a plugin which is not loaded properly.
Check if it says "Plugin "XXXX" loaded" in server log
Reply
#7

Код:
[22:36:01] 
[22:36:01] 

*** Streamer Plugin v2.5.1 by Incognito unloaded *** 

[22:36:01] 
[22:36:01] Filter Scripts 
[22:36:01] --------------- 
[22:36:01] Loading filter script 'Buttons.amx'... 
[22:36:01] Loading filter script 'elevator.amx'... 
[22:36:01] Unable to load filter script 'elevator.amx'. 
[22:36:01] Loaded 1 filter scripts. 

[22:36:01] Script[gamemodes/nhrp.amx]: Run time error 19: "File or function is not found" 
[22:36:01] Number of vehicle models: 0
Reply
#8

Quote:
Originally Posted by seanny
Посмотреть сообщение
Код:
[22:36:01] 
[22:36:01] 

*** Streamer Plugin v2.5.1 by Incognito unloaded *** 

[22:36:01] 
[22:36:01] Filter Scripts 
[22:36:01] --------------- 
[22:36:01] Loading filter script 'Buttons.amx'... 
[22:36:01] Loading filter script 'elevator.amx'... 
[22:36:01] Unable to load filter script 'elevator.amx'. 
[22:36:01] Loaded 1 filter scripts. 

[22:36:01] Script[gamemodes/nhrp.amx]: Run time error 19: "File or function is not found" 
[22:36:01] Number of vehicle models: 0
Post the top lines of your script (the lines which starts with #include).
BTW this should be in server support
Reply
#9

pawn Код:
#include <a_samp>
#include <dini>
#include <utils>
#include <zones>
#include <sscanf2>
//------------------------------------------------------------------------------
//CUSTOM Includes
#include <seif_machines>//Sprunk Machines Include
#include <streamer>//Objects Streamer Include (Icognito)
#include <yom_buttons>//Buttons System Include
Reply
#10

change this line in your server.cfg:
Код:
plugins streamer.so
to
Код:
plugins streamer.so sscanf.so
And it should work. Also make sure you got sscanf.so in your /plugins/ directory.


BTW in your server log it says:
Quote:

*** Streamer Plugin v2.5.1 by Incognito unloaded ***

It should be LOADED and not unloaded. Something is probably wrong with it too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)