C++ Toggle a command
How can I toggle a command like this?
void PLAYER_MENU()
{
addTitle("PLAYER");
addOption("NEVER WANTED");
if (getOption() == 1)
{
PLAYER::CLEAR_PLAYER_WANTED_LEVEL(PLAYER::PLAYER_I D());
}
normalMenuActions();
}
You cant toggle such a command, you can loop it but it will crash gta v sorry :/