SA-MP Forums Archive
[HELP] I got this error when I ran the samp-server.exe - 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] I got this error when I ran the samp-server.exe (/showthread.php?tid=432163)



[HELP] I got this error when I ran the samp-server.exe - joedirt65 - 21.04.2013

How can I fix this?
Please help me anyone.

Код:
[21:33:16]    Error: Function not registered: 'Audio_RenamePlayer'
[21:33:16] Script[gamemodes/DSRP.amx]: Run time error 19: "File or function is not found"



Re: [HELP] I got this error when I ran the samp-server.exe - rbush12 - 21.04.2013

Are all of your plugins up to date


Re: [HELP] I got this error when I ran the samp-server.exe - yaron0600 - 21.04.2013

Update ur Audio Plugin and than re-compile...


Re: [HELP] I got this error when I ran the samp-server.exe - RVRP - 21.04.2013

In a case where a function is not registered, it means that the script is not being told in any way what "Audio_RenamePlayer" means. Chances are you are missing an include/plugin. I'm not familiar with this particular function so I cannot say for certain.