14.08.2011, 16:07
Quote:
Wtf? Here isn't written anything about this:
http://forum.sa-mp.com/showthread.ph...t=audio+plugin Also, what are these false,false,false?? |
Код:
Audio_Play(playerid, audioid, bool:pause = false, bool:loop = false, bool:downmix = false);
Код:
Audio_Play(playerid, audioid, bool:pause = false, bool:loop = false, bool:downmix = false); Plays a mapped audio file for a player and specifies whether it should start paused, whether it should be looped, and whether the audio stream should be downmixed to mono Note: This returns a handle ID.