Click or drag to resize

PlayerSetPlayerMarker Method

Change the color of this player's name tag and radar blip for another Player.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void SetPlayerMarker(
	EntityId player,
	Color color
)

Parameters

player
Type: SampSharp.EntitiesEntityId
The player whose color will be changed.
color
Type: SampSharp.Entities.SAMPColor
New color.
See Also