resetSunSize | Multi Theft Auto: Wiki Skip to content

resetSunSize

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 is used to reset the size of the sun to its normal size.

Syntax

resetSunSize ( )

Code Examples

server

This example lets any player reset the size of the sun like /resetsunsize

function commandResetSunSize(player, command)
resetSunSize()
end
addCommandHandler("resetsunsize", commandResetSunSize)

See Also

World Functions