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