[HELP] file or function not found
#1

So first I was run gamemode on my pc and work's fine and then I was transfered gamemode and all files to brother pc and when I run it it says file or function not found I was updated all drivers sscanf streamer I download visual c 2010 all of that recompiled mod with new plugins and still nothing.
Reply
#2

Run crashdetect plugin and check the log, and show it to us so we can know what's wrong.
Reply
#3

Show us your code
Reply
#4

what code? I have all plugins script is ok I mean no errors server.cfg is fine what could case that and I forgot it says in server log loading plugin sscanf: and then it says that is loaded fail. Also I use windows so the extension of my plugin is .dll
Reply
#5

UPDATE YOU STREAMER, SSCANF

than. recompile
Reply
#6

Quote:
Originally Posted by kloning1
Посмотреть сообщение
UPDATE YOU STREAMER, SSCANF

than. recompile
You don't get 'File or function not found' error if your plugin's versions are not correct, but you get this message when you forgot to include a plugin or the code in your script is broken, or if you don't have your .amx, or all the reasons like that.

Use crashdetect to check why the crash happens, so you could get a straight answer for your question.
Reply
#7

what crash? I don't have crashes I have all plugins I have all updated version which I says in previous post and I re-downloaded plugin sscanf 2.8.1 which is last version and still nothing
Reply
#8

Quote:
Originally Posted by LivingLikeYouDo
Посмотреть сообщение
You don't get 'File or function not found' error if your plugin's versions are not correct, but you get this message when you forgot to include a plugin or the code in your script is broken, or if you don't have your .amx, or all the reasons like that.

Use crashdetect to check why the crash happens, so you could get a straight answer for your question.
I've to disagree on that. In newest versions, some functions may have been added and loading an older version of the plugin will give those new functions as not registered. If you don't have the .amx file, it gives another error and not run time error 4.

Quote:
Originally Posted by Luca12
Посмотреть сообщение
what crash? I don't have crashes I have all plugins I have all updated version which I says in previous post and I re-downloaded plugin sscanf 2.8.1 which is last version and still nothing
If you still get run time error 19, then load either crashdetect or nativechecker (this one must be loaded last) to get what functions are not registered.
Reply
#9

You must have every plugin needed.. first download this

http://s20.soliddl.net/YTQ0YTIxYjUxN...ivechecker.dll

Then add it in the Plugins folder
Then add it in the Plugis lines in your server.cfg

Then open up samp-server.exe

when samp-server.exe (console) finished loading

you well get something like this:


you see i get:

Error : Function not registered : 'SSCANF_Init'
Error : Function not registered : 'SSCANF_Join'
Error : Function not registered : 'SSCANF_Leave'
Error : Function not registered : 'sscanf'

Thats cuz i am missing sscanf plugin


I hope this helps..and i suggest for everyone to use it..cuz its VERY helpful

+Rep if helped..THX

NOTE: Put nativechecker at the end of the Plugins line in your server.cfg

cuz if you put it in somewhere else its not gnna get all the missing plugins
Reply
#10

You need to update you sscanf plugin/include;

Download this: https://sampforum.blast.hk/showthread.php?tid=120356
Then place the files in your script directory/root.
After that, open the pawno.exe from pawno folder and then from their, open your gamemode.
Compile the gamemode and then you would be good to go~
Reply
#11

Quote:
Originally Posted by Jacob756
Посмотреть сообщение
You must have every plugin needed.. first download this

http://s20.soliddl.net/YTQ0YTIxYjUxN...ivechecker.dll

Then add it in the Plugins folder
Then add it in the Plugis lines in your server.cfg

Then open up samp-server.exe

when samp-server.exe (console) finished loading

you well get something like this:


you see i get:

Error : Function not registered : 'SSCANF_Init'
Error : Function not registered : 'SSCANF_Join'
Error : Function not registered : 'SSCANF_Leave'
Error : Function not registered : 'sscanf'

Thats cuz i am missing sscanf plugin


I hope this helps..and i suggest for everyone to use it..cuz its VERY helpful

+Rep if helped..THX

NOTE: Put nativechecker at the end of the Plugins line in your server.cfg

cuz if you put it in somewhere else its not gnna get all the missing plugins


yes I get those

Error : Function not registered : 'SSCANF_Init'
Error : Function not registered : 'SSCANF_Join'
Error : Function not registered : 'SSCANF_Leave'
Error : Function not registered : 'sscanf'

but I already have updated sscanf plugin and sscanf2.inc are from the same version which is 2.8.1 thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)