VX-RP Error 19
#1

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
Reply
#2

server.cfg:

plugins PLUGINNAME.so OTHERPLUGINS.so
Reply
#3

Did you load all the requires plugins?
Reply
#4

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

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

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
Reply
#6

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..
Reply
#7

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

i have the same problem, can somewone respond?
Reply
#9

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.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)