mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-13 15:28:04 +03:00
Don't ask
This commit is contained in:
parent
f06359e38f
commit
75f49e78b0
@ -170,13 +170,13 @@ stock AddMenuItem(const MENU_TEXT[], const MENU_CMD[], const MENU_ACCESS, const
|
|||||||
}
|
}
|
||||||
if (failed)
|
if (failed)
|
||||||
return
|
return
|
||||||
// Body (identifier)
|
// Item text
|
||||||
callfunc_push_str(MENU_TEXT)
|
callfunc_push_str(MENU_TEXT)
|
||||||
// Cmd
|
// Cmd
|
||||||
callfunc_push_str(MENU_CMD)
|
callfunc_push_str(MENU_CMD)
|
||||||
// Access
|
// Access
|
||||||
callfunc_push_int(MENU_ACCESS)
|
callfunc_push_int(MENU_ACCESS)
|
||||||
// Description
|
// Menu exists in this plugin
|
||||||
callfunc_push_str(MENU_PLUGIN)
|
callfunc_push_str(MENU_PLUGIN)
|
||||||
|
|
||||||
callfunc_end()
|
callfunc_end()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user