hey, since i'm new to scripting. is making a normal menu hard?
i just want it to be like if someone writes /pirkti it shows them 4 items in the menu, then i want it to redirect them to the motd in cstrike. eg in chat /pirkti shows a menu, numer 1 says Admin so it redirects them to admin.txt. i have this so far
Code:
#include <amxmodx>
#include <amxmisc>
public plugin_init() {
register_plugin("Paslaugos","1.0","omgitsme")
}
register_clcmd("say /pirkti", "paslaugos")
oh, and how is the best way to make a menu in amxx-studio? through generators and then menu generator?
__________________