Quote:
|
Originally Posted by v3x
Take out the first return.
|
actually... no, you need it, but you need {}
Also I would recomend console_print, just cause I like it better
Code:
public cmd_HLMPmenu(id, level, cid) {
if (!cmd_access(id,level,cid,1)) {
console_print(id, "Custom message")
return PLUGIN_HANDLED
}
showMenu(id, g_showPos[id])
return PLUGIN_HANDLED
}
__________________