Where to put this piece of code?

06/23/2017 10:34 elitemember21#1
I saw this mount system and tried adding it to my blessed source i got it from this link.
[Only registered and activated users can see links. Click Here To Register...]

The problem is there's a file called Benutzen.txt and inside is.

if (g_pPlayer->IsFly())
{
g_DPlay.SendUpdateMount(1);
}
else
g_DPlay.SendUpdateMount(0);


Can you please tell me where to add this code?

Thanks a lot in advance.
I'm hoping that someone would help.
06/23/2017 13:41 Professor Linebeck#2
CWndInventory::OnCommand

There.
06/23/2017 17:12 elitemember21#3
Quote:
Originally Posted by Professor Linebeck View Post
CWndInventory::OnCommand

There.
Thanks for the reply. I have successfully added everything with 0 error.
Now the problem is i couldn't make the mount work in the resource and client.
By any chance? Can you help me?
Thanks a lot