Console::logWarning
Logs a clientside warning message
Syntax
Client-Side
mp.console.logWarning(mesage[, save[, saveAsync]]);
Required arguments
- message: string
Optional arguments
- save: boolean Saves message into a text file in the RAGEMP folder
- saveAsync: boolean Saves message into a text file in the RAGEMP folder asynchronous
Example
Client-Side
mp.console.logWarning("example", true, true); // When pressing F11, you should now see a message saying "example"
See also
- Functions:
- Properties: