Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: ℛḝξ☂ on Mar 02, 2018, 03:54 AM

Title: Question about vcmp marker
Post by: ℛḝξ☂ on Mar 02, 2018, 03:54 AM
Is it possible to limit the range of where a marker should show the especial player(s), I mean, if a player moves close to some place, a marker will be shown only to this player(also had shown to the player(s) in the area already)

I'm going to make a park car command so that players could place their car at many of those single places, so I need to use marker to show where is a place to park at. Is it possible?
Title: Re: Question about vcmp marker
Post by: ℛḝξ☂ on Mar 02, 2018, 05:18 PM
Quote from: vitogta on Mar 02, 2018, 10:15 AMYou can do it via creating marker for Player.UniqueWorld but using that keep in mind you are limited of server resources (http://forum.vc-mp.org/?topic=1377.msg39397#msg39397) since there is only 100 markers per whole server.

Bad news, it seems that I should give up this idea, thanks for the note