SA-MP Forums Archive
VX-RP Error 19 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: VX-RP Error 19 (/showthread.php?tid=309085)



VX-RP Error 19 - Tornados1000 - 06.01.2012

Can someone Explain me how can i solve this error 19 cause i have dedicated Linux server? i have everything compiled and when i am starting the server the gamemode is uknown..
Код:
SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team

[14:43:06] 
[14:43:06] Server Plugins
[14:43:06] --------------
[14:43:06]  Loading plugin: mysql.so
[14:43:06]  SA:MP MySQL Plugin v2.1.1 Loaded.
[14:43:06]   Loaded.
[14:43:06] [MySQL] Thread running. Threadsafe: Yes.
[14:43:06]  Loading plugin: sscanf.so
[14:43:06] 

[14:43:06]  ===============================

[14:43:06]       sscanf plugin loaded.     

[14:43:06]    © 2009 Alex "******" Cole

[14:43:06]  ===============================

[14:43:06]   Loaded.
[14:43:06]  Loading plugin: streamer.so
[14:43:06] 

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

[14:43:06]   Loaded.
[14:43:06]  Loading plugin: wp.so
[14:43:06]  
[14:43:06]  ==================
[14:43:06]  
[14:43:06]   Whirlpool loaded
[14:43:06]  
[14:43:06]  ==================
[14:43:06]  
[14:43:06]   Loaded.
[14:43:06]  Loading plugin: geoip.so
[14:43:06] GeoIP_Plugin got loaded.
[14:43:06]   Loaded.
[14:43:06]  Loading plugin: irc.so
[14:43:06] 

*** IRC Plugin v1.4.1 by Incognito loaded ***

[14:43:06]   Loaded.
[14:43:06]  Loaded 6 plugins.

[14:43:06] 
[14:43:06] Filterscripts
[14:43:06] ---------------
[14:43:06]   Loading filterscript 'ls_elevator.amx'...
[14:43:06]   Loaded 1 filterscripts.

[14:43:06] Script[gamemodes/vx-rp.amx]: Run time error 19: "File or function is not found"
[14:43:06] Number of vehicle models: 0



Re: VX-RP Error 19 - Jochemd - 06.01.2012

server.cfg:

plugins PLUGINNAME.so OTHERPLUGINS.so


Re: VX-RP Error 19 - Konstantinos - 06.01.2012

Did you load all the requires plugins?


Re: VX-RP Error 19 - Tornados1000 - 06.01.2012

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
server.cfg:

plugins PLUGINNAME.so OTHERPLUGINS.so
Caps lock needed? as you can see the plugins are loaded correctly !


Re: VX-RP Error 19 - Konstantinos - 06.01.2012

Quote:
Originally Posted by Tornados1000
Посмотреть сообщение
Caps lock needed? as you can see the plugins are loaded correctly !
Show us from your Gamemode the Includes
pawn Код:
#include <a_samp>
// Rest Of Them



Re: VX-RP Error 19 - Tornados1000 - 06.01.2012

Quote:
Originally Posted by Dwane
Посмотреть сообщение
Show us from your Gamemode the Includes
pawn Код:
#include <a_samp>
// Rest Of Them
pawn Код:
#include                <a_samp>
#include                <a_mysql>
#include                <zcmd>
#include                <foreach>
#include                <GeoIP_Plugin>
#include                <streamer>
#include                <OPSP>
#include                <a_zones>

native                  sscanf(const data[], const format[], {Float,_}:...);
native                  unformat(const data[], const format[], {Float,_}:...) = sscanf;
Here they are... i didn't change anything..


Re : VX-RP Error 19 - rbcrp - 07.01.2012

do you have multiple samp server folders on you're desktop?


Re: VX-RP Error 19 - Kenzu - 12.03.2012

i have the same problem, can somewone respond?


Re: VX-RP Error 19 - Mark™ - 12.03.2012

Use Blue G's mysql plugin instead of this one, and update your irc plugin too, if the same error persists, then use native checker plugin to detect which missing function is causing that.