little help - 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: little help (
/showthread.php?tid=377134)
little help -
Youice - 12.09.2012
hey,
I have included these in my script:
pawn Код:
#include <a_samp>
#include <a_mysql>
#include <zcmd>
#include <sscanf>
#include <strlib>
and in my CFG file.
Код:
echo Executing Server Config...
lanmode 0
rcon_password xD
maxplayers 120
port 7777
hostname .....
gamemode0 ELRP
filterscripts
plugins mysql sscanf
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 2
logtimeformat [%H:%M:%S]
my plugin folder
Код:
mysql.dll
sscanf.dll
I receive this error when I run server.exe
Код:
Time Error 19: "File or function is not found"
What is the problem? any help I will appreciate it!
Re: little help -
Youice - 12.09.2012
any help?
Re: little help -
Kirollos - 12.09.2012
use nativechecker plugin then open server.cfg and write that
Код:
plugins mysql sscanf nativechecker
then open samp-server.exe
then write here what it says
Re: little help -
Youice - 13.09.2012
can you give me a mirror please? the real mirror isn't working for me.
Re: little help -
Youice - 13.09.2012
another help?
Re: little help -
AaronKillz - 13.09.2012
Get this:
https://sampforum.blast.hk/showthread.php?tid=249226
Re: little help -
Youice - 13.09.2012
I already opened this link, the download isn't working for me. That's why I'm asking for mirror.
Re: little help -
clarencecuzz - 13.09.2012
Have you tried updating your sscanf version to SSCANF V2.6. If you already have the latest version, you need to change
to
Otherwise, just make sure you have all the updated plugins/includes, but I have a feeling you just need to add a '2' to the include line.
Re: little help -
Youice - 13.09.2012
I appreciate your help but still I got the same problem :/
Re: little help -
iiLiamii - 13.09.2012
Quote:
#include <a_samp>
#include <a_mysql>
#include <zcmd>
#include <sscanf>
#include <strlib>
|
Ensure that all of these includes are in your pawn folders >> In the includes directory, the compile your script.
Upload all of the includes into the standard includes folder.