hello. I need help with code. I neeed to create code. It will be menu and 4 option and After change map will be 60 s Warmup (to plugins_init task) and after it Menu with 4 options. A option who´s most voted win.im not noob on menu and i need vote count.
Code:
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd( "Vote style","Vote")
}
public Function() {
menu_additem(menu, "\wI'm ---", "1", 0)
menu_additem(menu, "\wI'm ----", "2", 0)
menu_additem(menu, "\wI'm -----", "3", 0)
menu_additem(menu, "\wI'm -----", "4", 0)
}