18.11.2018, 13:57
Because I want the latest updates to be up and the older ones down
It's quick and simple
Код:
cmd:updates(playerid,params[]) { new string[1024]; for(new i;i<LINES_OF_UPDATES;i++) { strcat(string,ListOfUpdates[i]); strcat(string,"\n"); } ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Updates",string,"Close",""); return 1; }