restoreGameWorld | Multi Theft Auto: Wiki Skip to content

restoreGameWorld

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

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


This function restores the entire game world.

Syntax

restoreGameWorld ( )

Code Examples

server

This example restores game world.

addEventHandler("onClientResourceStop", resourceRoot, function()
restoreGameWorld()
end)

See Also

World Functions