stock
zp_play_sound
Syntax
stock zp_play_sound(id, const sound[]) {
Description
Plays a sound on clients
Parameters
| id | Player index to play sound (Use 0 for everyone) |
|---|---|
| sound | Sound to play |
Return
True on success, false otherwise.
stock
stock zp_play_sound(id, const sound[]) {
Plays a sound on clients
| id | Player index to play sound (Use 0 for everyone) |
|---|---|
| sound | Sound to play |
True on success, false otherwise.