SA-MP Forums Archive
[HELP]My GM this with problems - 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: [HELP]My GM this with problems (/showthread.php?tid=642045)



[HELP]My GM this with problems - Gamerd - 24.09.2017

Quote:

[15:02:19] Script[gamemodes/CG.amx]: Run time error 19: "File or function is not found"
[15:02:19] Number of vehicle models: 0

in pawno no gives problems

Pawno
Quote:

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase




Re: [HELP]My GM this with problems - Sew_Sumi - 24.09.2017

Post up the startup log of the server. One of the plugins is likely to not have loaded which is giving this error.


Otherwise you've missed a plugin that you haven't put on the server.


Re: [HELP]My GM this with problems - !R1Ch@rD! - 24.09.2017

put the full server log


Re: [HELP]My GM this with problems - Gamerd - 24.09.2017

Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[21:29:15]
[21:29:15] Server Plugins
[21:29:15] --------------
[21:29:15] Loading plugin: streamer.dll
[21:29:15]

*** Streamer Plugin v2.5 by Incognito loaded ***

[21:29:15] Loaded.
[21:29:15] Loading plugin: Whirlpool.dll
[21:29:15]
[21:29:15] ==================
[21:29:15]
[21:29:15] Whirlpool loaded
[21:29:15]
[21:29:15] ==================
[21:29:15]
[21:29:15] Loaded.
[21:29:15] Loading plugin: sscanf.dll
[21:29:15]

[21:29:15] ===============================

[21:29:15] sscanf plugin loaded.

[21:29:15] © 2009 Alex "******" Cole

[21:29:15] 0.3d-R2 500 Players "dnee"

[21:29:15] ===============================

[21:29:15] Loaded.
[21:29:15] Loaded 3 plugins.

[21:29:16]
[21:29:16] Filterscripts
[21:29:16] ---------------
[21:29:16] Loaded 0 filterscripts.

[21:29:16] Script[gamemodes/CG.amx]: Run time error 19: "File or function is not found"
[21:29:16] Number of vehicle models: 0

...................A................


Re: [HELP]My GM this with problems - Sew_Sumi - 24.09.2017

Post up the include section of your script.

Have you updated any of the plugins since it was working? This can come from updating a plugins includes that adds a function, and not updating the server plugin, or by using out of date includes, on up to date plugins.


Re: [HELP]My GM this with problems - Gamerd - 27.09.2017

Quote:

#include <a_samp>
#include <sscanf2>//******
#include <streamer>//Icognito
#include <zcmd>//Zeex
#include <YSI\y_ini>

Solo eso cuando le puse el YSI\y_ini me empezo a salir el error.


Re: [HELP]My GM this with problems - Sew_Sumi - 27.09.2017

You'll likely have a mixup in sscanf, compared to the YSI includes.

If people suggest to update them, they'll make more problems for you especially if the script is made for those versions.

You could try update the includes/plugins, but chances are you'll need to update your script if you do.

This would be a time to try nativechecker, to see what function is missing, as it will tell you what is missing, and then from there you can find what is actually causing it.

If you really are stuck, I think that CrashDetect now does the nativechecker plugins role.

So try nativechecker, and then try CrashDetect, following the instructions on the pawn compiler options to let it work.