Scripting help
#1

Anyone know how to fix this

Код:
C:\Users\Angus Sexius\Desktop\Scripting\New folder (2)\RGRP\gamemodes\AMRP.pwn(4155) : error 017: undefined symbol "Audio_SetPosition"
C:\Users\Angus Sexius\Desktop\Scripting\New folder (2)\RGRP\gamemodes\AMRP.pwn(4187) : error 017: undefined symbol "Audio_SetPosition"
C:\Users\Angus Sexius\Desktop\Scripting\New folder (2)\RGRP\gamemodes\AMRP.pwn(4165) : warning 203: symbol is never used: "seek"
C:\Users\Angus Sexius\Desktop\Scripting\New folder (2)\RGRP\gamemodes\AMRP.pwn(4217) : error 017: undefined symbol "Audio_SetPosition"
C:\Users\Angus Sexius\Desktop\Scripting\New folder (2)\RGRP\gamemodes\AMRP.pwn(4196) : warning 203: symbol is never used: "seek"
Reply
#2

Show us the codes.
Reply
#3

Код:
new localhandle = Audio_Play(playerid,audioid,false,false,false);
			Audio_SetVolume(playerid, localhandle, volume);
			Audio_SetPosition(playerid, localhandle, seek);
Код:
new localhandle = Audio_Play(i,audioid,false,false,false);
					Audio_Set3DPosition(i, localhandle, x, y, z, range);
					Audio_SetVolume(i, localhandle, volume);
					Audio_SetPosition(i, localhandle, seek);
					audiohandle[i][audiohandleglobal] = localhandle;
				}
Код:
new localhandle = Audio_PlayStreamed(i,url,false,false,false);
					Audio_Set3DPosition(i, localhandle, x, y, z, range);
					Audio_SetVolume(i, localhandle, volume);
					Audio_SetPosition(i, localhandle, seek);
					audiohandle[i][audiohandleglobal] = localhandle;
Reply
#4

You are using an NGG edit. Wich is illegal..
Anyways, You got the ''Audio'' Include?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)