Not working, timer
#8

Okay Thanks, i found another guide which helped me

But now when i go near the point it spams the audio stream? How can i stop this?

Quote:

SetTimer("musicstall", 1500, true);

I have tried changing the "True" to "false" but then it just doesn't work atall. :/

thats my public if you need it?
Quote:

public musicstall()
{
for(new i = 1; i < MAX_PLAYERS; i++) {
if(IsPlayerInRangeOfPoint(i, 5.0,1478.8761,-1666.3502,14.5532))
{
PlayAudioStreamForPlayer(i, "http://adstorage.jamba.net/storage/view/325/0/ha/Have_Yourself_A_Merry_Litt1.mp3");
}
}
return 1;
}

Reply


Messages In This Thread
Not working, timer - by KingyKings - 22.11.2012, 15:22
Re: Not working, timer - by Virus. - 22.11.2012, 15:27
Re: Not working, timer - by ViniBorn - 22.11.2012, 15:34
Re: Not working, timer - by KingyKings - 22.11.2012, 16:15
Re: Not working, timer - by KingyKings - 22.11.2012, 17:08
AW: Not working, timer - by Skimmer - 22.11.2012, 18:22
Re: Not working, timer - by Konstantinos - 22.11.2012, 18:31
Re: Not working, timer - by KingyKings - 22.11.2012, 18:46
Re: Not working, timer - by Konstantinos - 22.11.2012, 18:53
Re: Not working, timer - by KingyKings - 22.11.2012, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)