(08-30-2016, 01:22 AM)as123456 Wrote:(08-29-2016, 10:56 PM)xoft Wrote: Hello, welcome to the forum.
What exactly is the behavior you see and what is the behavior you were expecting? (In other words, what does "not work" mean?)
Callback is not executed
You must register hook before use
cPluginManager.AddHook(cPluginManager.HOOK_PLAYER_RIGHT_CLICK, MyOnPlayerRightClick);
And rename your function OnPlayerRightClick to MyOnPlayerRightClick