Hello, guys!
So I have a menu and some cvars. I was wondering how can the text in the menus get_pcvar_num(mycvar).
Here is what I want:
menu_additem(menu, "\wMoney Cost - %s$", "1", 0);
I tried with
menu_additem(menu, "\wMoney Cost - %s$", "1", 0, get_pcvar_num(mycvar));
but it didnt compile. Help please!