Audio problem
#1

Okay i updated my audio to 0.5 and now..
I have 3 errors
Quote:

gamemodes\CGRP.pwn(3457) : error 017: undefined symbol "Audio_Seek"
gamemodes\CGRP.pwn(3427) : error 017: undefined symbol "Audio_Seek"
gamemodes\CGRP.pwn(3427) : error 017: undefined symbol "Audio_Seek"

lines:
Quote:

new localhandle = Audio_Play(playerid,audioid,false,false,false);
Audio_SetVolume(playerid, localhandle, volume);
Audio_Seek(playerid, localhandle, seek);

Quote:

new localhandle = Audio_Play(i,audioid,false,false,false);
Audio_Set3DPosition(i, localhandle, x, y, z, range);
Audio_SetVolume(i, localhandle, volume);
Audio_Seek(i, localhandle, seek);
audiohandle[i][audiohandleglobal] = localhandle;

Quote:

new localhandle = Audio_PlayStreamed(i,url,false,false,false);
Audio_Set3DPosition(i, localhandle, x, y, z, range);
Audio_SetVolume(i, localhandle, volume);
Audio_Seek(i, localhandle, seek);
audiohandle[i][audiohandleglobal] = localhandle;

Please help ;\
Reply


Messages In This Thread
Audio problem - by xRotem - 25.06.2012, 19:53
Re: Audio problem - by xRotem - 25.06.2012, 20:59
Re: Audio problem - by SDraw - 20.07.2012, 18:11

Forum Jump:


Users browsing this thread: 3 Guest(s)