Template:Example: Difference between revisions

From RAGE Multiplayer Wiki
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'); });