/// <summary> /// Play an internal GTA sound to this player /// </summary> public bool PlaySoundFrontEnd(FrontEndSound frontEndSound) { return(MtaServer.PlaySoundFrontEnd(element, (int)frontEndSound)); }
/// <summary> /// Play an internal GTA sound /// </summary> public bool PlaySoundFrontEnd(FrontEndSound frontEndSound) { return(MtaClient.PlaySoundFrontEnd((int)frontEndSound)); }