(05-02-2019 - 12:30 AM)Atamasc Wrote:np(04-09-2019 - 10:57 PM)NoNameV2345 Wrote:(04-09-2019 - 09:56 PM)Torxi Wrote: Hey guys, I can not keep up with the Chat / Talking Players bypass, does anyone have an idea what I'm doing wrong?
static void NETWORK_OVERRIDE_RECEIVE_RESTRICTIONS(Player player, BOOL toggle) { invoke<Void>(0x95F1C60D, player, toggle); } // 0x95F1C60D
if (bypass)
{
for (int i = 17; i < 17; i++)
if (NETWORK::NETWORK_IS_GAMER_TALKING(i))
{
NETWORK::NETWORK_OVERRIDE_RECEIVE_RESTRICTIONS, (bypass);
}
}
Greets
Code:if (bypass)
{
for (int i = 0; i < 17; i++)
if (NETWORK::NETWORK_IS_GAMER_TALKING(i))
{
NETWORK::NETWORK_OVERRIDE_RECEIVE_RESTRICTIONS(i, 1);
}
}
Btw thanks
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.