[HELP] SSCANF RUNTIMEEROR19 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [HELP] SSCANF RUNTIMEEROR19 (
/showthread.php?tid=352351)
[HELP] SSCANF RUNTIMEEROR19 -
memurt - 19.06.2012
Please help me
I'm using the latest version sscanf and recompile gamemode
I haven't warning in my gamemode
Sorry for my english
Quote:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[17:53:16]
[17:53:16] Server Plugins
[17:53:16] --------------
[17:53:16] Loading plugin: streamer
[17:53:16]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[17:53:16]Loaded.
[17:53:16] Loading plugin: mysql
[17:53:16] SA:MP MySQ Plugin v2.1 Loaded.
[17:53:16]Loaded.
[17:53:16] Loading plugin: sscanf
[17:53:16] [MySQL] Thread running. Threadsafe: Yes.
[17:53:16]Failed.
[17:53:16] Loading plugin: exec
[17:53:16] [PLUGIN]: Exec got loaded
[17:53:16]Loaded.
[17:53:16] Loading plugin: nativechecker
[17:53:16]Loaded.
[17:53:16] Loaded 4 plugins.
[17:53:16]
[17:53:16] Ban list
[17:53:16] --------
[17:53:16] Loaded: samp.ban
[17:53:16]
[17:53:16]
[17:53:16] Filterscripts
[17:53:16] ---------------
[17:53:16]Loading filterscript 'objeler.amx'...
[17:53:16]Loading filterscript 'ls_elevator.amx'...
[17:53:16]Loaded 2 filterscripts.
[17:53:16] Error: Function not registered: 'SSCANF_Init'
[17:53:16] Error: Function not registered: 'SSCANF_Join'
[17:53:16] Error: Function not registered: 'SSCANF_Leave'
[17:53:16] Error: Function not registered: 'sscanf'
[17:53:16] Script[gamemodes/beta3.amx]: Run time error 19: "File or function is not found"
[17:53:16] Number of vehicle models: 0
|
Re: [HELP] SSCANF RUNTIMEEROR19 -
Jhero - 19.06.2012
Did you update the folder "sscanf" and added the .inc in your script. They all most come from the same package you downloaded (plugins, files, and includes)
Re: [HELP] SSCANF RUNTIMEEROR19 -
memurt - 19.06.2012
I did but it did not work
sorry for my english
Re: [HELP] SSCANF RUNTIMEEROR19 -
Skaizo - 19.06.2012
install
Microsoft Visual C++ 2010 Redistributable Package and net.framerwork3 .5
Re: [HELP] SSCANF RUNTIMEEROR19 -
abubaker98 - 19.06.2012
Download this file
Microsoft vesual C++ redistributable package
But DO NOT download it from any other website, download it from microsoft website and it will get fixed
If you still cannot run the server, just delete the old file and install it again
sorry for my bad english, im writing from my phone
Re: [HELP] SSCANF RUNTIMEEROR19 -
JAMMIEISFTW - 19.06.2012
update your sscanf.inc and in the gamemode change
#define <sscanf>
to
#define <sscanf2>
Re: [HELP] SSCANF RUNTIMEEROR19 -
memurt - 19.06.2012
Quote:
Originally Posted by JAMMIEISFTW
update your sscanf.inc and in the gamemode change
#define <sscanf>
to
#define <sscanf2>
|
i already using