View Single Post
chuttenjr
Member
Join Date: Sep 2018
Location: Saipan
Old 09-24-2018 , 11:33   Re: Make rain sound to loop on RainySnowy (Enables CS weather) v2.0y by OneEyed & tea
Reply With Quote #10

PHP Code:
public ambience_loop(GetSomeoneUnworthy)  

 
    
set_task(50.0"ambience_loop"// Lasts 50s then loop after 50s

    //Go through all players
    
new players[33], iNum
"line 116" get_players(playersiNum)

    for(new 
ii<iNum;i++)
    {
         
client_cmd(i"speak ambience/rain.wav"
         
client_cmd(i"speak ambience/rainroof.wav"
    }
}  ] 
Error: Array sizes do not match, or destination array is too small on line 116
chuttenjr is offline