little help
#1

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

any help?
Reply
#3

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

can you give me a mirror please? the real mirror isn't working for me.
Reply
#5

another help?
Reply
#6

Get this: https://sampforum.blast.hk/showthread.php?tid=249226
Reply
#7

I already opened this link, the download isn't working for me. That's why I'm asking for mirror.
Reply
#8

Have you tried updating your sscanf version to SSCANF V2.6. If you already have the latest version, you need to change
pawn Код:
#include <sscanf>
to
pawn Код:
#include <sscanf2>
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.
Reply
#9

I appreciate your help but still I got the same problem :/
Reply
#10

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


Forum Jump:


Users browsing this thread: 2 Guest(s)