File or function not found error - 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: File or function not found error (
/showthread.php?tid=415698)
File or function not found error -
_tHe_WoLf_ - 14.02.2013
Well I've just found out that my script can not be loaded, and there's absolutley nothing in it. Just register/login system but that's not the point, when I run samp-server it says "file or function not found" even though I compiled, no errors nor warnings. How do I fix this?
http://pastebin.com/fswGp9KK
this is my script, nothing special to hide lol
Re: File or function not found error -
Gamer_007 - 14.02.2013
Well Try nativechecker plugin and then paste the server log.
How to use nativechecker?
you have to download the nativecher plugin and then copy in ur plugins folder and add it to your server.cfg but
It must be added at the last of the plugins line or it will not work
pawn Код:
plugins sscanf streamer......nativechecker
Re: File or function not found error -
RajatPawar - 14.02.2013
As you're going to be probably spammed with this, let me do the honours:
- Update your plugins and recompile.
- Is the name same as you have entered in server.cfg?
Re: File or function not found error -
Reb0 - 14.02.2013
Quote:
Originally Posted by Gamer_007
Well Try nativechecker plugin and then paste the server log.
How to use nativechecker?
you have to download the nativecher plugin and then copy in ur plugins folder and add it to your server.cfg but It must be added at the last of the plugins line or it will not work
pawn Код:
plugins sscanf streamer......nativechecker
|
Do you even know what does nativechecker do ? Please update your all plugins such like sscanf and streamer and then re-compile your script
Re: File or function not found error -
Gamer_007 - 14.02.2013
Quote:
Originally Posted by Reb0
Do you even know what does nativechecker do ? Please update your all plugins such like sscanf and streamer and then re-compile your script
|
Do you even know what nativechecker plugin do.If no,then go and read
Re: File or function not found error -
HarrisonC - 14.02.2013
Make sure you have all required plugins that you need to run your script, re-compile your script with the latest server updates and make sure you have the right server version.
Re: File or function not found error -
_tHe_WoLf_ - 14.02.2013
Oh, I just noticed that I didn't add "plugins sscanf" into my server.cfg.
thanks guys, appricieted