Big Problem - 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: Big Problem (
/showthread.php?tid=367555)
Big Problem -
kakas - 10.08.2012
Hi all, i have a problem with my script.
Thats a error: Script[gamemodes/mgrp.amx]: Run time error 19: "File or function is not found"
it occurs when i start samp-server.exe
Please help
Re: Big Problem -
phillip875 - 10.08.2012
In your sa-mp.cfg, you need to add the line:
plugins nameofplugin nameofanother nameofanother
if you are using linux, add .so on the end of each item.
example:
plugins nameofplugin.so nameofanother.so nameofanother.so
Give that a try and ofcourse make sure that you have the server plugins in the correct folder called Plugins.
Re: Big Problem -
tyler12 - 10.08.2012
Download nativechecker.
Put it at end of plugins line.
It shall tell you whats missing.
Re: Big Problem -
kakas - 10.08.2012

I used nativecherker. So what i need to do with this problem?
Re: Big Problem -
phillip875 - 10.08.2012
You are missing sscanf from the plugins folder in your sa-mp plugins folder or you need to add this to sa-mp.cfg:
plugins sscanf
Re: Big Problem -
Eminem 2ka9 - 10.08.2012
You have to compile your gamemode .pwn too so to get your .amx