Blip::destroy: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 July 2024

  • curprev 13:2613:26, 6 July 2024Shr0x talk contribs 742 bytes +742 Created page with " {{ServersideJsFunction}} {{JSContainer| This method will destroy (delete) a created blip completely. == Syntax == <syntaxhighlight lang="javascript"> blip.destroy() </syntaxhighlight> == Example == In this example we add two commands, one to spawn a vehicle and one to destroy them. {{ServersideCode| <syntaxhighlight lang="javascript"> //Create a blip. let policeBlip = mp.blips.new(60, new mp.Vector3(427.95, -981.05, 0), { name: 'Los Santos Police Station', color: 3,..."