gta.setCheatEnabled
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