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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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