Problem with SSCANF -
benjaminjones - 18.07.2013
---I used nativechecker to find this:
Error: Function not registered: 'SSCANF_Init'
Error: Function not registered: 'SSCANF_Join'
Error: Function not registered: 'SSCANF_Leave'
Error: Function not registered: 'sscanf'
---Because when I try to start the server it says:
Run time error 19: "File or function is not found"
Will be cool If someone help me.
Thank you anyways.
Re: Problem with SSCANF -
AmirRFCNR - 18.07.2013
Get the latest sscanf and streamer and whirlpool plugins
Код:
// Are they like this?
#include <sscanf2>
#include <streamer>
#include <a_samp>
// if so, change to this:
#include <a_samp>
#include <sscanf2>
#include <streamer>
+rep if it work
Re: Problem with SSCANF -
benjaminjones - 18.07.2013
They are like this:
pawn Код:
#include <a_samp>
#include <a_zones>
#include <streamer>
#include <foreach>
#include <progress>
#include <ZCMD>
#include <YSI/y_timers.inc>
#include <yom_buttons>
#include <sscanf2>
Re: Problem with SSCANF -
San1 - 18.07.2013
Update ur SSCANF to the latest version, Or downgrade
Re: Problem with SSCANF -
Rufio - 18.07.2013
Just update your plugins and includes and you will be fine.
Re: Problem with SSCANF -
benjaminjones - 18.07.2013
Sorry for the stupid questions but, Which plugins and includes ?
Re: Problem with SSCANF -
Rufio - 18.07.2013
the sscanf. you can find it here :
Click me !
Hope this helps. If it doesnt you can keep on asking.
Re: Problem with SSCANF -
AmirRFCNR - 18.07.2013
try with this :
Код:
#include <a_samp>
#include <sscanf2>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <progress>
#include <ZCMD>
#include <YSI/y_timers.inc>
#include <yom_buttons>
and make sure u added plugins
sscanf
streamer
whirlpool
in server.cfs
Код:
plugins mysql streamer sscanf Whirlpool
Re: Problem with SSCANF -
Rufio - 18.07.2013
it is not a matter with streamer nor whirlpool. if it was, it would give error with them too.
Re: Problem with SSCANF -
benjaminjones - 18.07.2013
Just sscanf pluging was missing..Fixed. Thank you to all. +1 rep for all