BaseModeSetNameTagDrawDistance Method |
Set the maximum distance to display the names of players.
Namespace: SampSharp.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic virtual void SetNameTagDrawDistance(
float distance
)
Public Overridable Sub SetNameTagDrawDistance (
distance As Single
)
Parameters
- distance
- Type: SystemSingle
The distance to set.
See Also