Game mode could not be found. Server log
#1

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"
Reply
#2

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.
Reply
#3

Код:
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
Reply
#4

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

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
Reply
#6

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

or re-download Audio plugin? :d
Reply
#7

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.
Reply
#8

get native checker plugin
+ get latest audio plugin
Reply
#9

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

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?)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)