IT/detonateSatchels

From Multi Theft Auto: Wiki
Revision as of 13:02, 3 August 2011 by KITT1995 (talk | contribs) (Created page with "{{IT/MainP}} {{IT/Funzioni client server}} __NOTOC__ Questa funzione può essere utilizzata per far esplodere una cartella esplosiva. Questa funzione è disponibile dalla versio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
« Torna alla Pagina principale italiana .

Template:IT/Funzioni client server

Questa funzione può essere utilizzata per far esplodere una cartella esplosiva.

Questa funzione è disponibile dalla versione 1.1 in poi.

Sintassi

Click to collapse [-]
IT/Client
bool detonateSatchels ( )
Click to collapse [-]
Server
bool detonateSatchels ( element Player )

Returns

Returns true if successful, false otherwise.

Example

The below example allows a player to detonate any of their placed satchels via the command /blowsatchels

Click to collapse [-]
Client
function blowMySatchels()
    detonateSatchels()
    outputChatBox("Satchels blown!", 0, 255, 0)
end
addCommandHandler("blowsatchels", blowMySatchels)

See also