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
#2

Please help :\
UP!
Reply
#3

Audio_Seek was renamed to Audio_SetPosition.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)