Why not notify when another player gives?
if (proteccionv2)
{
*(int*)0x9FBACC = 0x4E800020;
}
else if (!PLAYER::PLAYER_ID == GET_PLAYER_PED(selectedPlayer))
{
char yeah[100];
snprintf(yeah, sizeof(yeah), "~~b~%s ~w~Tried To fake leave v2 beta", GET_PLAYER_PED(selectedPlayer));
PRINT(yeah, 8000);
}
}
if (proteccionv2)
{
*(int*)0x9FBACC = 0x4E800020;
}
else if (!PLAYER::PLAYER_ID == GET_PLAYER_PED(selectedPlayer))
{
char yeah[100];
snprintf(yeah, sizeof(yeah), "~~b~%s ~w~Tried To fake leave v2 beta", GET_PLAYER_PED(selectedPlayer));
PRINT(yeah, 8000);
}
}