17.02.2012, 20:01
This post (mostly) is addressed to developers of SA-MP.
You all know that function PlayAudioStreamForPlayer automatically sends a client message with a text similar to this:
(Or something like that)
The thing is that this is VERY annoying and it holds me (and most of other developers) from using this function!
Now imagine that I want to create a headshot, multi-kill, double-kill sound system. This would spam player's screen with those annoying messages!
And also, this would provide players with the url path to the sound, so they could copy it! (If I would make those sounds by myself, I definately wouldnt want people to just download them)
So please, make a native function like:
Please consider this.
Thanks in help and thanks for reading,
Universal.
You all know that function PlayAudioStreamForPlayer automatically sends a client message with a text similar to this:
Код:
Audio Stream: Playing audio sream from "www.url.com/audio.mp3"
The thing is that this is VERY annoying and it holds me (and most of other developers) from using this function!
Now imagine that I want to create a headshot, multi-kill, double-kill sound system. This would spam player's screen with those annoying messages!
And also, this would provide players with the url path to the sound, so they could copy it! (If I would make those sounds by myself, I definately wouldnt want people to just download them)
So please, make a native function like:
pawn Код:
ToggleAudioStreamMessages(bool: toggle)
Thanks in help and thanks for reading,
Universal.