SA-MP Forums Archive
Help by Audio Plugin v0.4 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help by Audio Plugin v0.4 (/showthread.php?tid=215983)



Help by Audio Plugin v0.4 - SanAndreasVille - 24.01.2011

Hello i want a volume changer ingame can everyone help me
i want too change with /volume 1-10

is that possible ?


Re: Help by Audio Plugin v0.4 - JaTochNietDan - 24.01.2011

Taken straight from the plugin's topic:

pawn Код:
Audio_SetVolume(playerid, handleid, volume);
Adjusts volume (0-100) for an audio stream assigned to a player's handleid

Anything the plugin can do should be listed in the topic for that plugin!


Re: Help by Audio Plugin v0.4 - SanAndreasVille - 24.01.2011

okay thank you how can I now script too set the Volume 1 - 100

?