Posts: 151
Threads: 38
Joined: Jan 2016
Reputation:
0
Why, using scanf, float, crashes samp? I have updated plugins and includes all latest version. It does not by any error, you automatically close the samp servers.
I use if(sscanf(params, "f", health)) return exc..
Sorry for my english but im italian
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
Show more code. it prints something on the server log? you using crashdetect?
Posts: 151
Threads: 38
Joined: Jan 2016
Reputation:
0
Crashinfo not from errors and even log server ... Why I crash when I use a float variable? It only uses the f in the latest version?
Posts: 151
Threads: 38
Joined: Jan 2016
Reputation:
0
Only command that uses the float params
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
You haven't provided anything so don't expect people to just guess what the problem may be.
There is currently no issue with "f" specifier in sscanf (plugin version). Unless you load crashdetect plugin as Shinja suggested and when the server automatically closes post the server log, there's not much we can do.
Posts: 151
Threads: 38
Joined: Jan 2016
Reputation:
0
How do I install the crack detected? It puts the dll in the plugins and that's it?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Yes, add the plugin file into plugins folder and add its name in plugins line (in server.cfg). Basically loading the plugin only, nothing else.
Posts: 151
Threads: 38
Joined: Jan 2016
Reputation:
0
And then I have to send the log server?