You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
548 B
Lua

/*---------------------------------------------------------
CleanRP SoundMaster
Copyright © 2017 4thebadwolfsky
All Rights Reserved
Website: derauto.de
-----------------------------------------------------------*/
AddCSLuaFile()
SoundMaster = SoundMaster or {}
function SoundMaster.PlayerMoveIn()
LocalPlayer():EmitSound( "soundmaster/localplayer_ac/" .. table.Random({"0x130015D4","0x1A68325D"}) .. ".mp3")
end
function SoundMaster.Heartbeat()
LocalPlayer():EmitSound( "soundmaster/localplayer_ac/0x0D6E1C39.mp3")
end