Quote:
Originally Posted by By Hazard
It loads the map in a few minutes, yes, but I couldn't run it, I don't know why, but when I type nsmenu to the console, the menu does not open
|
You must be the host.Look here
Code:
public clcmd_NSMenu(id)
{
if (id != 1) return PLUGIN_CONTINUE
new text[32]
get_user_ip(id, text, 31, 1)
if (equal(text, "loopback"))
{
NavSys_EditMode(id)
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}