Ejemplo n.º 1
0
 /// <summary>
 /// Detonate the satchels this player has laid
 /// </summary>
 public bool DetonateSatchels()
 {
     return(MtaClient.DetonateSatchels());
 }