View Single Post
Equiment
AlliedModders Donor
Join Date: Feb 2014
Old 01-30-2021 , 00:03   Re: [csgo] define percentage to play sound
Reply With Quote #2

HTML Code:
if(GetRandomInt(1, 10) == 1) {
    // Play sound here
}

Last edited by Equiment; 01-30-2021 at 00:03.
Equiment is offline