Blip::Blip

From RAGE Multiplayer Wiki
Revision as of 22:47, 26 December 2016 by Ragempdev (talk | contribs) (Created page with "Creates new blip. ==Syntax== <syntaxhighlight lang="javascript"> mp.events.new(position); mp.events.new(position, radius); mp.events.new(attachedEntity); // WIP </syntaxhighl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates new blip.

Syntax

mp.events.new(position);
mp.events.new(position, radius);
mp.events.new(attachedEntity); // WIP