Click or drag to resize

PlayerSetTime Method

Sets the clock of this player to a specific value. This also changes the daytime. (night/day etc.)

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void SetTime(
	int hour,
	int minutes
)

Parameters

hour
Type: SystemInt32
Hour to set (0-23).
minutes
Type: SystemInt32
Minutes to set (0-59).
See Also