amxx版本太舊了你有問題的是 newmenus.inc裡的
複製程式
/**
* Adds a text line to a menu. Only available in amxmodx 1.8.1 and above.
*
* @param menu Menu resource identifier.
* @param text Text to add.
* @param slot 1 (default) if the line should shift the numbering down.
* 0 if the line should be a visual shift only.
* @noreturn
* @error Invalid menu resource.
*/
native menu_addtext(menu, const text[], slot=1);
是amxmodx_mm.dll裡原本就有的函數
既然你的沒有這個函數的話就是amxx版本太舊了