SA-MP Forums Archive
Game mode could not be found. Server log - 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: Game mode could not be found. Server log (/showthread.php?tid=525549)



Game mode could not be found. Server log - TheKillZone - 12.07.2014

Hey guys, I'm having this problem loading a GM and i dont know what to do as the files are in the correct places, and the plugins and filterscripts have all loaded properly.... Please help, here's what comes up in the server_log:
Код:
[12:21:03] Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found"



Re: Game mode could not be found. Server log - LivingLikeYouDo - 12.07.2014

Show your whole server log.
You must be missing something, like a plugin or maybe the .amx of your script is not in your gamemodes folder.


Re: Game mode could not be found. Server log - TheKillZone - 12.07.2014

Код:
SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team

[12:21:03] 
[12:21:03] Server Plugins
[12:21:03] --------------
[12:21:03]  Loading plugin: streamer
[12:21:03] 

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

[12:21:03]   Loaded.
[12:21:03]  Loading plugin: sscanf
[12:21:03] 

[12:21:03]  ===============================

[12:21:03]       sscanf plugin loaded.     

[12:21:03]          Version:  2.8.1        

[12:21:03]    © 2012 Alex "******" Cole  

[12:21:03]  ===============================

[12:21:03]   Loaded.
[12:21:03]  Loading plugin: audio
[12:21:03] 

*** Audio Plugin v0.5 by Incognito loaded ***

[12:21:03]   Loaded.
[12:21:03]  Loaded 3 plugins.

[12:21:03] 
[12:21:03] Filterscripts
[12:21:03] ---------------
[12:21:03]   Loading filterscript 'buttons.amx'...
[12:21:03]   Loaded 1 filterscripts.

[12:21:03] Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found"
[12:21:03] Number of vehicle models: 0
There it is


Re: Game mode could not be found. Server log - TwinkiDaBoss - 12.07.2014

Include the crash detection and see what happened
https://sampforum.blast.hk/showthread.php?tid=262796


Re: Game mode could not be found. Server log - TheKillZone - 12.07.2014

I got this:
Код:
[12:55:32] [debug] Run time error 19: "File or function is not found"
[12:55:32] [debug]  Audio_Seek
[12:55:32] [debug] Run time error 19: "File or function is not found"
[12:55:32] [debug]  Audio_Seek
[12:55:32] Script[gamemodes/VGRP.amx]: Run time error 19: "File or function is not found"
[12:55:32] Number of vehicle models: 0



Re: Game mode could not be found. Server log - Kyance - 12.07.2014

Do you have the .amx file?
Try re-compiling the gamemode.

or re-download Audio plugin? :d


Re: Game mode could not be found. Server log - Konstantinos - 12.07.2014

The script is compiled with version 0.4 and in 0.5 version (the one you loaded) Audio_Seek was replaced with Audio_SetPosition so you'll need to modify the script or downgrade the plugin's version.


Re: Game mode could not be found. Server log - BroZeus - 12.07.2014

get native checker plugin
+ get latest audio plugin


Re: Game mode could not be found. Server log - TheKillZone - 12.07.2014

Thank you all, and ill try what Konstantinos told me :P


Re: Game mode could not be found. Server log - TheKillZone - 12.07.2014

Alright well i changed all the Audio_Seek in the gm to Audio_SetPosition and now i have to define it, so i put #define AUDIO_SETPOSITION (what number do i put here?)