All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:50, 30 June 2026 IManGaaX talk contribs created page Wait (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function pauses the execution of a function for a specific amount of time. It allows you to write sequential, readable code instead of using complex callback structures or multiple timers. '''Note:''' This function must be used inside a function wrapped by the <code>async</code> helper. ==Syntax== <syntaxhighlight lang="lua">void Wait( int milliseconds )</syntaxhighlight> ===Required Arguments=== * '...")