How can the mod see if it is a new round?
Found this. Not working, or my mod menu is wierd.
Code:
register_event("HLTV", "event_new_round", "a", "1=0", "2=0")
If it is my menu that is wierd then tell me what is wrong here.
Code:
public ChooseClass(id)
{
new menu[192]
format(menu, 191, "*: Choose Class^n^n1. *^n2. *^n3. *^n4. *^n^n5. *^n6. *^n^n0. Exit")
new key = KEY_1|KEY_2|KEY_3|KEY_4|KEY_5|KEY_6|KEY_0
show_menu(id, key, menu, -1, "ChooseClass")
}