Local: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 09:13, 18 May 2006

A local varible only exists within the function between "on functionname" and the functions "end" point.

Example: local playermoney = getPlayerMoney ( source )