Need help compiling/fixing script.
#2

I can fix some of the errors for you:
Код:
error 017: undefined symbol "Audio_Seek"
>
Change all of the Audio_Seek to Audio_SetPosition


Код:
warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
>
pawn Код:
forward Audio_OnSetPack(audiopack[])
//if you don't have the public below then uncomment the lines
/*public Audio_OnSetPack(audiopack[])
{
    foreach(Player, i)
    {
        Audio_TransferPack(i);
    }
    return 1;
}*/
Reply


Messages In This Thread
Need help compiling/fixing script. - by wertboi333 - 14.12.2013, 22:19
Re: Need help compiling/fixing script. - by Wizzy951 - 14.12.2013, 22:41
Re: Need help compiling/fixing script. - by wertboi333 - 15.12.2013, 05:06
Re: Need help compiling/fixing script. - by wertboi333 - 15.12.2013, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)