L 04/12/2006 - 19:48:12: Function "fnSkinMenuHandle" was not found
L 04/12/2006 - 19:48:12: [AMXX] Displaying debug trace (plugin "extras.amxx")
L 04/12/2006 - 19:48:12: [AMXX] Run time error 19: function not found
L 04/12/2006 - 19:48:12: [AMXX] [0] extras.sma::plugin_init (line 32)
for this, I looked into it, and i found that when you had the command for bringing up the menu, you had:
Code:
public fnSkinHandleMenu (id,iKey)
instead of
Code:
public fnSkinMenuHandle (id,iKey)
the fnSkinMenuHandle is what you have in:
Code:
register_menucmd(register_menuid("mSkinMenu"),g_iKeys,"fnSkinMenuHandle")
but even after changing this, saving, recompiling, copy and paste into the plugins folder, I tried once again, and sadly it didn't work. I debugged it and in logs, for some reason, the same problem came up

:
L 04/12/2006 - 20:19:25: Function "fnSkinMenuHandle" was not found
L 04/12/2006 - 20:19:25: [AMXX] Displaying debug trace (plugin "extras.amxx")
L 04/12/2006 - 20:19:25: [AMXX] Run time error 19: function not found
L 04/12/2006 - 20:19:25: [AMXX] [0] extras.sma::plugin_init (line 32)