SA-MP Forums Archive
I need of some help. - 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: I need of some help. (/showthread.php?tid=348492)



I need of some help. - julian12it - 05.06.2012

I got this Game mode and an error shows up

Script[gamemodes/Test.amx]: Run time error 19: "File or function is not found"

I have all the plugins that it needs

I have:

Audio
XML
Streamer
Sscanf

The Include in the Gamemode is this:
Код:
#include <a_samp>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
I'm in need of some help please.


Re: I need of some help. - Smokkr - 05.06.2012

Well, You have sscanf, but you write #include <sscanf2>


Re: I need of some help. - julian12it - 05.06.2012

Quote:
Originally Posted by Smokkr
Посмотреть сообщение
Well, You have sscanf, but you write #include <sscanf2>
Still shows the same error


Re: I need of some help. - julian12it - 05.06.2012

Can anyone one please help me?


Re: I need of some help. - FalconX - 05.06.2012

Quote:
Originally Posted by julian12it
Посмотреть сообщение
Can anyone one please help me?
Check if you have all updated plugins in "plugins" folder in your server files. Also, don't forget to check if you have "Test.amx" in your gamemodes folder as well.

-FalconX


Respuesta: I need of some help. - Fer97 - 05.06.2012

You put the includes in the folder?


Re: I need of some help. - iggy1 - 05.06.2012

Using this plugin will tell you what you are missing.

https://sampforum.blast.hk/showthread.php?tid=249226


Re: I need of some help. - julian12it - 05.06.2012

It says

Quote:

Error: Function not registered: 'Audio_Seek'

When I re install The Audio Plugin still shows the same.


Re: I need of some help. - Mark™ - 06.06.2012

Quote:
Originally Posted by julian12it
Посмотреть сообщение
It says



When I re install The Audio Plugin still shows the same.
"Audio_Seek" was renamed to "Audio_SetPosition" in v0.5 of audio plugin.Recompile your script with v0.5's include and restart.

Quote:
Originally Posted by Firo
Посмотреть сообщение
Try to put '//' before the #include of the audio.
To debug the problem.
It's called "commenting out" and not debugging.


Re: I need of some help. - julian12it - 06.06.2012

Quote:
Originally Posted by Xtreme_playa
Посмотреть сообщение
"Audio_Seek" was renamed to "Audio_SetPosition" in v0.5 of audio plugin.Recompile your script with v0.5's include and restart.



It's called "commenting out" and not debugging.
Got it working Thank you so much +Rep