14.12.2013, 22:41
I can fix some of the errors for you:
>
Change all of the Audio_Seek to Audio_SetPosition
>
Код:
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;
}*/