please help, I added the .inc in the pawno -> include and in the gamemode and still got this and I tried to re-compile the .pwn, it's working good without any errors but the error is in the server log when I open samp-server.cmd so please help
server.cfg:
server log:
pawno .inc:
tried to download new sscanf and all and still not working in this PC only as windows 10, plase help.
skype: davidalexsarp@gmailcom
discord: Caster#3695
server.cfg:
Code:
echo Executing Server Config...
lanmode 0
rcon_password heymap
maxplayers 50
port 7777
hostname My mapping
gamemode0 server 1
filterscripts myveh
plugins sscanf streamer nativechecker
announce 0
query 1
chatlogging 0
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]
language English
server log:
Code:
Server Plugins
--------------
Loading plugin: sscanf
Failed.
Loading plugin: streamer
Failed.
Loading plugin: nativechecker
Loaded.
Loaded 1 plugins.
Started server on port: 7777, with maxplayers: 50 lanmode is OFF.
Filterscripts
---------------
Loading filterscript 'myveh.amx'...
Unable to load filterscript 'myveh.amx'.
Loaded 0 filterscripts.
Error: Function not registered: 'SSCANF_Init'
Error: Function not registered: 'SSCANF_IsConnected'
Error: Function not registered: 'SSCANF_Join'
Error: Function not registered: 'SSCANF_Leave'
Error: Function not registered: 'sscanf'
Script[gamemodes/server.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0
Code:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <streamer>
skype: davidalexsarp@gmailcom
discord: Caster#3695