SA-MP Forums Archive
Plugins do not load. 0.3.DL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Plugins do not load. 0.3.DL (/showthread.php?tid=665569)



Plugins do not load. 0.3.DL - faff - 09.04.2019

Hello guys, I have a problem with the gamemode I'm creating.

Aslong I do not use any plugins, it works fine.
But now I added sscanf & streamer plugins.
Now it says Run time error 19, file or function not found.

I checked the server log and two plugins are not loading, idk why. They're placed in the correct map etc.
Code:
[12:42:06] Server Plugins
[12:42:06] --------------
[12:42:06]  Loading plugin: nativechecker
[12:42:06]   Loaded.
[12:42:06]  Loading plugin: sscanf
[12:42:06]   Failed.
[12:42:06]  Loading plugin: streamer
[12:42:06]   Failed.
[12:42:06]  Loaded 1 plugins.

[12:42:06] 
[12:42:06] Filterscripts
[12:42:06] ---------------
[12:42:06]   Loaded 0 filterscripts.

[12:42:06]    Error: Function not registered: 'CreateDynamicObject'
[12:42:06] Script[gamemodes/UARP.amx]: Run time error 19: "File or function is not found"
[12:42:06] Number of vehicle models: 0



Re: Plugins do not load. 0.3.DL - GeorgeLimit - 09.04.2019

use windows or Linux?


Re: Plugins do not load. 0.3.DL - Yukie - 09.04.2019

put the nativechecker after sscanf and streamer

if not work.. update your sscanf and streamer and recompile your GM or FS

Streamer - https://sampforum.blast.hk/showthread.php?tid=102865
Sscanf - https://sampforum.blast.hk/showthread.php?tid=570927

note: put nativechecker after sscanf and streamer


Re: Plugins do not load. 0.3.DL - faff - 09.04.2019

Fixed already, thanks guys.


Re: Plugins do not load. 0.3.DL - Markski - 09.04.2019

Please specify how you fixed this problem in case someone else has the same issue.


Re: Plugins do not load. 0.3.DL - faff - 09.04.2019

I downloaded Net framework for 64 bits instead of 32 bits.