detonateSatchels | Multi Theft Auto: Wiki Skip to content

detonateSatchels

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function can be used to detonate a players satchels.

Syntax

bool detonateSatchels ( )

Returns

  • bool: value

Returns true if successful, false otherwise.

Code Examples

client
addCommandHandler("blowsatchels",
function()
detonateSatchels()
end
)