Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' - 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: Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' (
/showthread.php?tid=453312)
Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' -
James Bob - 24.07.2013
Hey, I'm trying to start my server and I'm getting these stupid errors, thanks to nativechecker plugin for telling me which.
Код:
[00:55:52] Error: Function not registered: 'Audio_RenamePlayer'
[00:55:52] Error: Function not registered: 'Audio_SetPosition'
Re: Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' -
Red_Dragon. - 24.07.2013
Make sure you use the latest version of the Audio plugin and include and re-compile.
Re: Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' -
James Bob - 24.07.2013
Quote:
Originally Posted by Red_Dragon.
Make sure you use the latest version of the Audio plugin and include and re-compile.
|
Now everytime I try and compile it, it doesn't compile :/ it just crashes.
Re: Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' -
Red_Dragon. - 24.07.2013
If you're using v0.5 R2, check that you changed all the functions Audio_Seek to Audio_SetPosition.
Re: Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' -
James Bob - 24.07.2013
Quote:
Originally Posted by Red_Dragon.
If you're using v0.5 R2, check that you changed all the functions Audio_Seek to Audio_SetPosition.
|
Yeah I've done that, now this:
Код:
C:\Documents and Settings\Ash\Desktop\DSRP\gamemodes\DS-RP.pwn(3820) : error 017: undefined symbol "Audio_SetPosition"
C:\Documents and Settings\Ash\Desktop\DSRP\gamemodes\DS-RP.pwn(3852) : error 017: undefined symbol "Audio_SetPosition"
C:\Documents and Settings\Ash\Desktop\DSRP\gamemodes\DS-RP.pwn(3830) : warning 203: symbol is never used: "seek"
C:\Documents and Settings\Ash\Desktop\DSRP\gamemodes\DS-RP.pwn(3882) : error 017: undefined symbol "Audio_SetPosition"
C:\Documents and Settings\Ash\Desktop\DSRP\gamemodes\DS-RP.pwn(3861) : warning 203: symbol is never used: "seek"
Re: Error: Function not registered: 'Audio_RenamePlayer' 'Audio_SetPosition ' -
Red_Dragon. - 24.07.2013
You're using the old version if it's still Audio_Seek