Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: VK.Jona83Killer on Jul 02, 2018, 03:39 AM

Title: CreateMarkerForPlayer?
Post by: VK.Jona83Killer on Jul 02, 2018, 03:39 AM
It's possible create a marker for player? or something similar? ???
Title: Re: CreateMarkerForPlayer?
Post by: vitogta on Jul 02, 2018, 03:44 AM
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.