I need of some help.
#1

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

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

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

Can anyone one please help me?
Reply
#5

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

You put the includes in the folder?
Reply
#7

Using this plugin will tell you what you are missing.

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

It says

Quote:

Error: Function not registered: 'Audio_Seek'

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

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)