22.01.2012, 21:28
Guys i just wanna add ''50'' radius for the other players. Now when choose any case, all of server can hear the voice. I dont want this. I just need adding radius. Can you help ?
Код:
if(response)
{
switch(dialogid == 3030)
{
case 1:
{
switch(listitem)
{
case 0://
{
for(new i = 0, j = GetMaxPlayers(); i < j; i++) {
if(PlayAudioStreamForPlayer(i, "http://k004.kiwi6.com/hotlink/9rrqj92k8t/pitbull_suavemente_feat_nayer_mohombi_new_song_2011.mp3")) {
}
}
}

