Exports
You can use exports by doing: exports["evo_sound_player"]:PlayUrl(soundId, url, vol, loop, options)
Client
Function
Desc
Returns a sound by its netId (vehicle or boombox)
Returns a sound by its zoneId
Pauses sound
Plays sound
Sets sound timestamp
Sets sound volume
Sets sound loop
Sets sound shuffle (only works if is playing a playlist)
Updates sound current URL
Destroys a sound
Registers a hook
Removes all hooks registered from a resource
Removes a hook by its id
Server
Function
Desc
Returns a sound by its netId (vehicle or boombox)
Returns a sound by its zoneId
Pauses sound
Plays sound
Sets sound timestamp
Sets sound volume
Sets sound loop
Sets sound shuffle (only works if is playing a playlist)
Updates sound current URL
Destroys a sound
Last updated