View Single Post
Author Message
zeon74
New Member
Join Date: Feb 2019
Old 02-16-2019 , 02:48   Menu creation in plugin sample_mm does not working
Reply With Quote #1

Hello forum,

I compiled sample plugin https://github.com/alliedmodders/met...-dev/sample_mm and installed to csgo server, hooks works (checked via logging), but menu not works.

I tried with a lot of way to change code of sample, but no success.
Tried
PHP Code:
    SH_CALL(g_pSPHCC, &IServerPluginHelpers::CreateMessage)(
           
pEntity,
            
DIALOG_MENU,
            
kv,
            
vsp_callbacks); 
also
PHP Code:
helpers->CreateMessage(pEntityDIALOG_MENUkvvsp_callbacks); 
Can anyone help? Where I can find working example? Thank you!
zeon74 is offline