Hi there,
im working on an updated Diablomod and want to know how and if its possible to put a "menu" to a Key like Use.
I want to set F1 or F2...and so on as menu key, i hope you understand.
Here's a little bit of the code in client_prethink:
Code:
//USE Button actives USEMAGIC
if (pev(id,pev_button) & IN_USE )
Use_Spell(id)
Use is used for magic...
Code:
//F?? Button actives Menu
if (pev(id,pev_button) & ??? )
showmenu(id)
"F12" doesnt work and the search on the forums didnt help...
Can you guys help me please? Thanks in advance ^^
Regards*