Blip::setRoute: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 7: Line 7:
*'''Undefined'''
*'''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
{{ClientsideCode|
// todo
<pre>
</syntaxhighlight>
var policeStation = mp.blips.new(526, new mp.Vector3(433.25567626953125,-981.8964233398438, 30.710012435913086),
{
    color: 5,
    shortRange: false,
    dimension: mp.players.local.dimension
});
 
 
policeStation.setRoute(true) // SetRoute for police station
</pre>
}}
==See also==
==See also==
{{Blip_s_function_c}}
{{Blip_s_function_c}}

Latest revision as of 14:06, 17 May 2020