Scripting/Squirrel/Functions/CreateMarker

From Vice City Multiplayer
Revision as of 20:08, 17 October 2014 by Ysc3839 (talk | contribs) (Created page with "This function will create a map icon on the radar. == Syntax == <pre>CreateMarker( world, pos, scale, color, SpriteId )</pre> == Arguments == * ''int'' '''world''' - The w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

This function will create a map icon on the radar.

Syntax

CreateMarker( world, pos, scale, color, SpriteId )

Arguments

  • int world - The world ID
  • Vector pos - The position of the marker to be created
  • int scale - The marker's size
  • cRGB color - The marker's color
  • int SpriteId - The ID of custom map icon

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions

Template:Scripting/Squirrel/Functions/CreateMarker