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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic 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