Template:Example: Difference between revisions
Scr1ptless (talk | contribs) |
|||
| Line 1: | Line 1: | ||
===Example=== | ===Example=== | ||
mp.events.add("consoleCommand", (command) => { | |||
mp.console.logInfo('Hello World'); | |||
}); | |||
Revision as of 03:45, 18 September 2020
Example
mp.events.add("consoleCommand", (command) => { mp.console.logInfo('Hello World'); });