Radio help
#1

hello , i've got a radio script which plays an audio stream . The only problem i have is that every time i pres F or ENTER the music stops , is there any way of stopping this ?
Reply
#2

Once player hit F or Enter Audio stream will stop.

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
        
    if ((
oldkeys KEY_SECONDARY_ATTACK) && !(newkeys KEY_SECONDARY_ATTACK))
    {
        
StopAudioStreamForPlayer(playerid); // Stop the audio stream
    
}
    return 
1;

Reply
#3

i got it , thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)