Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Cool on Jun 06, 2016, 11:15 AM

Title: Radar mark
Post by: Cool on Jun 06, 2016, 11:15 AM
i want to ask how to hide players radar mark for the player who is inside bank if i hiding the mark of player in bank i will use player.RemoveMarker(); what i will use if i want hide other players radar marks for specific player who is in bank.
Title: Re: Radar mark
Post by: jayant on Jun 06, 2016, 11:23 AM
Find the player inside the bank, check if that player is the player which is inside the bank, if the player is inside the bank then Remove his marker..
Title: Re: Radar mark
Post by: Cool on Jun 06, 2016, 11:25 AM
Quote from: jayant on Jun 06, 2016, 11:23 AMFind the player inside the bank, check if that player is the player which is inside the bank, if the player is inside the bank then Remove his marker..
but he will be able to see outside players i want to remove outside players mark for bank player
Title: Re: Radar mark
Post by: jayant on Jun 06, 2016, 11:33 AM
There are different ways..Leave that player who is inside bank and loop other players and hide their makers.
Title: Re: Radar mark
Post by: EK.IceFlake on Jun 06, 2016, 11:48 AM
@jayant he means hide others radar only for those who are in bank.
Title: Re: Radar mark
Post by: jayant on Jun 06, 2016, 11:56 AM
Quote from: ext-d.CrystalBlue on Jun 06, 2016, 11:48 AM@jayant he means hide others radar only for those who are in bank.
Oh :) It was a little confusing..But he may got idea now.
Title: Re: Radar mark
Post by: vito on Jun 06, 2016, 11:56 AM
maybe via change player's world as in LW (for bank's area players)
Title: Re: Radar mark
Post by: KAKAN on Jun 06, 2016, 12:25 PM
Quote from: vito on Jun 06, 2016, 11:56 AMmaybe via change player's world as in LW (for bank's area players)
Doing that 2 times will remove all the markers automagically.
Title: Re: Radar mark
Post by: Kenneth Law on Nov 24, 2020, 02:41 PM
Bump, the same question as I want to ask.
Title: Re: Radar mark
Post by: SHy^ on Nov 24, 2020, 05:37 PM
Quote from: Kenneth Law on Nov 24, 2020, 02:41 PMBump, the same question as I want to ask.
You already got the answer above. Change the player's world and all the markers will hide. Maybe that's the only way..