RandInt: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
==Example==
==Example==
<syntaxhighlight lang="lua">outputChatBox ( "A random value between 5 and 10 is ", randInt ( 5, 10 ) )</syntaxhighlight>
<syntaxhighlight lang="lua">outputChatBox ( "A random value between 5 and 10 is ", randInt ( 5, 10 ) )</syntaxhighlight>
==See Also==
{{Utility functions}}

Revision as of 20:26, 20 May 2006