mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
added new parameter to show_menu()
This commit is contained in:
parent
e7444ddb97
commit
597b6dfd32
@ -134,7 +134,7 @@ native set_hudmessage(red=200, green=100, blue=0, Float:x=-1.0, Float:y=0.35, ef
|
|||||||
native show_hudmessage(index,const message[],{Float,_}:...);
|
native show_hudmessage(index,const message[],{Float,_}:...);
|
||||||
|
|
||||||
/* Displays menu. Keys have bit values (key 1 is (1<<0), key 5 is (1<<4) etc.). */
|
/* Displays menu. Keys have bit values (key 1 is (1<<0), key 5 is (1<<4) etc.). */
|
||||||
native show_menu(index,keys,const menu[], time = -1);
|
native show_menu(index,keys,const menu[], time = -1, title[] = "");
|
||||||
|
|
||||||
/* Gets value from client messages.
|
/* Gets value from client messages.
|
||||||
* When you are asking for string the array and length is needed (read_data(2,name,len)).
|
* When you are asking for string the array and length is needed (read_data(2,name,len)).
|
||||||
|
Loading…
Reference in New Issue
Block a user