All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:26, 6 July 2024 Shr0x talk contribs created page Blip::destroy (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,...")