setTimeFrozen | Multi Theft Auto: Wiki Skip to content

setTimeFrozen

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function will freeze the game time. It will affect the sky as well prevent it from changes.

Syntax

bool setTimeFrozen ( bool state )
Required Arguments
  • state: if set to true it will freeze the time, false otherwise.

Returns

  • bool: value

Always returns true .

Code Examples

shared

This example let you freeze the time

setTimeFrozen ( true )

See Also

World Functions