CreateMarkerForPlayer?

Started by VK.Jona83Killer, Jul 02, 2018, 03:39 AM

Previous topic - Next topic

VK.Jona83Killer

It's possible create a marker for player? or something similar? ???

vitogta

use player.UniqueWorld as world

CreateMarker( world, pos, scale, color, SpriteId )
CreateMarker( player.UniqueWorld , pos, scale, color, SpriteId )

but note there is only 100 markers per server, so use it wisely.