23.08.2015, 20:13
Heres one as a Dialog!
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/updates", cmdtext, true, 6) == 0)
{
ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Write here somethin","Update 1: New Features, Update 2: New Vehicles, Update 3: Best update command","Button1","Button2"); // you can change the dialog style so
return 1;
}
return 0;
}