gta.setCheatEnabled: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.setCheatEnabled |usage = set a cheat enabled or disabled |parameters = int cheatId, bool enabled |parameter1 = int...") |
(No difference)
|
Revision as of 01:18, 11 December 2019
Function
Client Only
Online and Offline
Available since Client 1.0.0
void gta.setCheatEnabled(int cheatId, bool enabled)
The gta.setCheatEnabled function is used to set a cheat enabled or disabled.
Parameters
1) | int | cheatId | The integer ID of the cheat. |
2) | bool | enabled | Whether the cheat should be enabled. |
Return
void | This function doesn't return a value. |
Notes
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
gta.isCheatEnabled
gta.setCheatEnabled