gta.setCheatEnabled: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{ScriptItem
{{ScriptItem
|endpoint = client
|endpoint = client
|games = iii, vc, sa
|type = function
|type = function
|name = gta.setCheatEnabled
|name = gta.setCheatEnabled

Revision as of 06:45, 19 May 2021

Function Client Only icon-iii.png icon-vc.png icon-sa.png 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

icon-iii.png icon-vc.png icon-sa.png gta.isCheatEnabled
icon-iii.png icon-vc.png icon-sa.png gta.setCheatEnabled