Beta Features

From Multi Theft Auto: Wiki
Revision as of 10:13, 30 March 2020 by Qaisjp (talk | contribs) (Created page with "Beta Features are '''experimental''' and can change behaviour at any time. The function or event can be removed at any time. Depending on how important the function is to you...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Beta Features are experimental and can change behaviour at any time. The function or event can be removed at any time.

Depending on how important the function is to you, may want to first check that the function exists before using it.

if setPlayerDiscordJoinParams then
    setPlayerDiscordJoinParams(...)
end