Run time error 19: "File or function is not found
#1

help, i got this message on my server_log.txt in my hosted website (this from filezilla), i know how to fix this, just compile it or put latest plugins, but i already did that, even on my beta test in my lan it doesn't have problem, but when i uploaded my gamemode now this message shows to me.. (again this from in my server_log.txt on filezilla)

Код:
[04:10:18] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
my picture in my lan mode test

Reply
#2

When i edit the gamemode and overwrite it into my hosting it does change the gamemode to uknown, but when i put again the old one (before i overwrit it) it does fix! what kind is this problem?! i just edit the gamemode then it gives me unknown gamemode.. hope u understand all.. please help
Reply
#3

You're missing a plugin.
At the bottom of your server.cfg
Make sure it has plugins then the names of your plugins ie;
Код:
echo Executing Server Config...
lanmode 0
rcon_password PassWordHere
maxplayers 50
port 7777
hostname GameMode Title
gamemode0 GamemodeName 1
filterscripts
announce 1
query 1
chatlogging 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins streamer Whirlpool sscanf
Reply
#4

Off topic: Wrong section. Should've posted in Server Support.

On Topic: It's because, one of your plugins is missing in the plugins folder, and you have stated it in server.cfg, or there is no plugins stated in server.cfg, or the plugins needed are of Linux and you are using Windows. Download the .so plugins of Streamer Sscanf IRC and all the plugins that script requires, and put them into Plugin's folder. Go into server.cfg, and add plugins streamer.so sscanf.so irc.so [And all the others.]
Also, Kindly show us your server.cfg if the above stated won't work.
Reply
#5

no need to show, coz theres a plugins line in my server.cfg

i just get problem in uploading my gamemode (.pwn and .amx) if i edit them and re-upload that unknown gamemode show, but when i upload the original gamemode, it does fix.. hope u understand what i mean
Reply
#6

Cleanboy, if you've uploaded into triangle.gs, You'll require the .so plugins for them [Linux Plugins]. Well, I can give you all the plugins links needed for That Game-Mode:

Streamer Plugin - Download .so file and place in plugins folder.

Sscanf Plugin - Download .so file and place in plugins folder.

IRC Plugin - Download .so file and place in plugins folder.

When you have downloaded all the files, place them in the plugins folder and go to server.cfg, go to plugins line and add
Код:
plugins streamer.so irc.so sscanf.so
Save it in FTP, go to your server restarting/starting[Control panel] and Restart your server from there. Try it, it'll hopefully work.
Reply
#7

already have it bro!!

Код:
plugins irc.so streamer.so sscanf.so whirlpool.so
you didnt understand my problem, my problem is when i edit the gamemode and then re-upload it, the gamemodes become unknown mode.. its simpliest i can explain.. hope u understand it
Reply
#8

Well, what I prefer you is to download the Native Checker Plugin.
Paste it in plugins folder, put it in server.cfg plugins line, restart your server and view the log. It'll show you why the script is having that error and then show us it.
Reply
#9

Ok bro i'll try it to detect errors!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)