Audio Plugin Help +Rep -
sampmark05 - 09.02.2012
PHP Code:
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3437) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3490) : error 017: undefined symbol "Audio_Seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3522) : error 017: undefined symbol "Audio_Seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3500) : warning 203: symbol is never used: "seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3552) : error 017: undefined symbol "Audio_Seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3531) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
Re: Audio Plugin Help +Rep -
Ballu Miaa - 09.02.2012
Use the new Audio Plugin by icognito as well as Download the Client and install it!
- Click here for the link! -
Re: Audio Plugin Help +Rep -
sampmark05 - 09.02.2012
I'm using the Latest Audio Plugin By Icognito, and this problem comes up.
Re: Audio Plugin Help +Rep -
Ballu Miaa - 09.02.2012
You will nee to add the plugin into the plugins folder of your Server.
use audio.dll for windows and audio.so for linux!
then add this line in server.cfg of your server "plugins audio" for windows and "plugins audio.so" for linux!
Re: Audio Plugin Help +Rep -
sampmark05 - 09.02.2012
i already did it and this error comes up. C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3437) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
PHP Code:
public Audio_OnSetPack(audiopack[])
{
foreach(Player, i)
{
Audio_TransferPack(i);
}
return 1;
}
Re: Audio Plugin Help +Rep -
Mark™ - 09.02.2012
is your audio.inc include the latest one ? have you updated it ?
Re: Audio Plugin Help +Rep -
sampmark05 - 09.02.2012
Yeah i have the latest audio.inc
Re: Audio Plugin Help +Rep -
Mark™ - 09.02.2012
Quote:
Originally Posted by sampmark05
i already did it and this error comes up. C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3437) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
PHP Code:
public Audio_OnSetPack(audiopack[])
{
foreach(Player, i)
{
Audio_TransferPack(i);
}
return 1;
}
|
pawn Code:
forward Audio_OnSetPack(audiopack[])
add that, it wont show that warning anymore, but if you got the latest .inc then this shouldnt occur at all
Re: Audio Plugin Help +Rep -
sampmark05 - 09.02.2012
Thanks i will give you 1 rep
Re: Audio Plugin Help +Rep -
Mark™ - 09.02.2012
Quote:
Originally Posted by sampmark05
Thanks i will give you 1 rep 
|
Dont bother, you cant since your post count is lower than 50.