+rep to anyone who tries to help
#1

Hi there! Got some errors while making a script
Код:
(3452) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
(3505) : error 017: undefined symbol "Audio_Seek"
(3537) : error 017: undefined symbol "Audio_Seek"
(3515) : warning 203: symbol is never used: "seek"
(3567) : error 017: undefined symbol "Audio_Seek"
(3546) : warning 203: symbol is never used: "seek"
Lines:
Код:
(3452)
public Audio_OnSetPack(audiopack[])
{
	foreach(Player, i)
	{
	    Audio_TransferPack(i);
	}
	return 1;
}
(3505)
Audio_Seek(playerid, localhandle, seek);
(3537)
Audio_Seek(i, localhandle, seek);
(3515)
SendAudioToRange(audioid, volume, seek, Float:x, Float:y, Float:z, Float:range)
(3567)
Audio_Seek(i, localhandle, seek);
(3546)
stock SendAudioURLToRange(url[], volume, seek, Float:x, Float:y, Float:z, Float:range)
Thanks
Reply


Messages In This Thread
+rep to anyone who tries to help - by NealPeteros - 04.08.2016, 09:33
Re: +rep to anyone who tries to help - by jlalt - 04.08.2016, 09:35
Re: +rep to anyone who tries to help - by NealPeteros - 04.08.2016, 09:54
Re: +rep to anyone who tries to help - by jlalt - 04.08.2016, 09:59
Re: +rep to anyone who tries to help - by NealPeteros - 04.08.2016, 10:03

Forum Jump:


Users browsing this thread: 1 Guest(s)