QuoteCode Select Expandfunction onPlayerCommand( player, cmd, text );{ if ( cmd == "playsound" ) { if ( !text ) { MessagePlayer("Syntax: /playsound [Sound ID]", player); } else { PlaySoundForWorld(1, text.tointeger()); } }}
function onPlayerCommand( player, cmd, text );{ if ( cmd == "playsound" ) { if ( !text ) { MessagePlayer("Syntax: /playsound [Sound ID]", player); } else { PlaySoundForWorld(1, text.tointeger()); } }}