elitepvpers
elitepvpers
>
Flyff Private Server
>
[Ask] How to disable app
« full version
[Ask] How to disable app
05/15/2020 03:45
aoyamananami
#1
How to disable app in a certain area example in arena. I want to disable party finder so they cant party find while in arena.
05/15/2020 07:31
Naltalah
#2
CWndPartyFinder::OnInitialUpdate()
{
...
if (g_pPlayer && g_pPlayer->GetWorld() && g_pPlayer->GetWorld()->GetID() == WI_WORLD_ARENA)
Destroy()
05/15/2020 09:03
aoyamananami
#3
Thank you sir.