ResetMoonSize

From Multi Theft Auto: Wiki
Revision as of 08:16, 18 February 2013 by X86dev (talk | contribs)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.3.1 r5063:

This function is used to reset the size of the moon to its normal size.

Syntax

bool resetMoonSize ( )

Returns

Returns true if the size of the moon was reset, false otherwise.

Example

This example lets any player reset the size of the moon like /resetmoonsize

function commandResetMoonSize(player, command)
    resetMoonSize()
end
addCommandHandler("resetmoonsize", commandResetMoonSize)

Requirements

This template will be deleted.

See Also