Audio Plugin Help +Rep
#1

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 017undefined symbol "Audio_Seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3522) : error 017undefined symbol "Audio_Seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3500) : warning 203symbol is never used"seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3552) : error 017undefined symbol "Audio_Seek"
C:\Documents and Settings\Mark&Matt\My Documents\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(3531) : warning 203symbol is never used"seek"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
3 Errors

Reply
#2

Use the new Audio Plugin by icognito as well as Download the Client and install it!
- Click here for the link! -
Reply
#3

I'm using the Latest Audio Plugin By Icognito, and this problem comes up.
Reply
#4

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!
Reply
#5

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(
Playeri)
    {
        
Audio_TransferPack(i);
    }
    return 
1;

Reply
#6

is your audio.inc include the latest one ? have you updated it ?
Reply
#7

Yeah i have the latest audio.inc
Reply
#8

Quote:
Originally Posted by sampmark05
View Post
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(
Playeri)
    {
        
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
Reply
#9

Thanks i will give you 1 rep
Reply
#10

Quote:
Originally Posted by sampmark05
View Post
Thanks i will give you 1 rep
Dont bother, you cant since your post count is lower than 50.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)