detonateSatchels | Multi Theft Auto: Wiki Skip to content

detonateSatchels

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

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

detonateSatchels ( )

Code Examples

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