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