SA-MP Forums Archive
Run time error ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Run time error ? (/showthread.php?tid=375293)



Run time error ? - Benzke - 06.09.2012

Alright.. I'm using Linux server.. I don't know what's the problem.. I added the new plugins, I also added sscanf.so and streamer.so in the server.cfg

Here's my server log :
Код:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[13:55:24] filterscripts = ""  (string)
[13:55:24] 
[13:55:24] Server Plugins
[13:55:24] --------------
[13:55:24]  Loading plugin: streamer.so
[13:55:24] 

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

[13:55:24]   Loaded.
[13:55:24]  Loading plugin: sscanf.so
[13:55:24] 

[13:55:24]  ===============================

[13:55:24]       sscanf plugin loaded.     

[13:55:24]    © 2009 Alex "******" Cole

[13:55:24]    0.3d-R2 500 Players "dnee"

[13:55:24]  ===============================

[13:55:24]   Loaded.
[13:55:24]  Loaded 2 plugins.

[13:55:25] 
[13:55:25] Filterscripts
[13:55:25] ---------------
[13:55:25]   Loaded 0 filterscripts.

[13:55:25] Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
[13:55:25] Number of vehicle models: 0
Here's my server cfg :
Код:
echo Executing Server Config...
lanmode 0
rcon_password noneofurbiz
maxplayers 15
port 7777
hostname The Roleplay Project
gamemode0 RP 1
filterscripts
plugins streamer.so sscanf.so
announce 0
query 1
weburl www.project-rp.co.cc
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000



Re: Run time error ? - Dare Devil..... - 06.09.2012

Have you placed your Gamemode in gamemode folder or spelled it correctly? iin server.cfg?


Re: Run time error ? - Benzke - 06.09.2012

Yes, I did it all correct.


Re: Run time error ? - Ironboy - 06.09.2012

Use nativechecker plugin to find out the problem.
Most probably you have missed a plugin.


Re: Run time error ? - Benzke - 06.09.2012

Fixed.