ServerFFS
#1

Hi. i bought a host today (ServerFFS)

But i have an issuse

Код:
[22:47:54] Script[gamemodes/ServerGameMode.amx]: Run time error 19: "File or function is not found"
[22:47:54] Number of vehicle models: 0
1. I added the plugins (And they load fine)
2. I Uploaded the gamemode
3. I made a folder named "pawno" and inside i made a folder named "include"
4. insude "pawno/include" i added all my includes
5. I also added my includes to the flder who already was there "includes"
But i still get the Run Time Error
Reply
#2

Quote:
Originally Posted by Unknown123
Посмотреть сообщение
Hi. i bought a host today (ServerFFS)

But i have an issuse

Код:
[22:47:54] Script[gamemodes/ServerGameMode.amx]: Run time error 19: "File or function is not found"
[22:47:54] Number of vehicle models: 0
1. I added the plugins (And they load fine)
2. I Uploaded the gamemode
3. I made a folder named "pawno" and inside i made a folder named "include"
4. insude "pawno/include" i added all my includes
5. I also added my includes to the flder who already was there "includes"
But i still get the Run Time Error
Includes are supposed to be at the compiler location :L .. not the host :L

Also, ServerFFS runs of linux ( Debian 5 lenny 9 ?? ) Linux is case sensitive, so make sure you wrote the plugin name right.

Also add the .so extension in the server config.
Reply
#3

So i dont have to upload the includes at all?

Copied from server.cfg
Код:
plugins streamer.so sscanf.so mysql.so Whirlpool.so
From "server_log.txt"
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[22:47:54] password = "" (string)
[22:47:54] onfoot_rate = 30 (int)
[22:47:54] incar_rate = 30 (int)
[22:47:54] weapon_rate = 30 (int)
[22:47:54] stream_distance = 200.000000 (float)
[22:47:54] stream_rate = 1000 (int)
[22:47:54]
[22:47:54] Server Plugins
[22:47:54] --------------
[22:47:54] Loading plugin: streamer.so
[22:47:54]

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

[22:47:54] Loaded.
[22:47:54] Loading plugin: sscanf.so
[22:47:54]

[22:47:54] ===============================

[22:47:54] sscanf plugin loaded.

[22:47:54] © 2009 Alex "******" Cole

[22:47:54] ===============================

[22:47:54] Loaded.
[22:47:54] Loading plugin: mysql.so
[22:47:54]

> MySQL plugin R5 successfully loaded.

[22:47:54] Loaded.
[22:47:54] Loading plugin: Whirlpool.so
[22:47:54]
[22:47:54] ==================
[22:47:54]
[22:47:54] Whirlpool loaded
[22:47:54]
[22:47:54] ==================
[22:47:54]
[22:47:54] Loaded.
[22:47:54] Loaded 4 plugins.

[22:47:54]
[22:47:54] Filter Scripts
[22:47:54] ---------------
[22:47:54] Loading filter script 'Vehicles.amx'...
[22:47:54] Loaded 1 filter scripts.

[22:47:54] Script[gamemodes/ServerGameMode.amx]: Run time error 19: "File or function is not found"
[22:47:54] Number of vehicle models: 0
Reply
#4

Are you sure that you have uploaded .amx file in gamemode folder? Also, make sure that you have written the same name in server.cfg
Reply
#5

With out gamemode server would automatically shut down.
Reply
#6

Of course i have Added the GameMode to the gamemode folder and added it in server.cfg :P
Reply
#7

You are probably missing some files then, could u paste your server.cfg here? So we can try out to help you and solve your problem.
Reply
#8

server.cfg
Код:
hostname Default Server Name [serverFFS.com]
bind 202.157.178.114
port 5800
password 
mapname San Andreas
weburl www.serverffs.com
rcon_password Password...
maxplayers 500
query 1
announce 1
instagib 0
filterscripts Vehicles
plugins streamer.so sscanf.so mysql.so Whirlpool.so
rcon 0
maxnpc 0
onfoot_rate 
incar_rate 
weapon_rate 
stream_distance 
stream_rate 
gamemode0 ServerGameMode 1
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)