10.11.2018, 18:36
Код:
CMD:cmds(playerid, params[]) { new stringer[256]; strcat(stringer, "{F50000}***Basic Commands***\n\n"); strcat(stringer, "{05FF00}/cmds {FFFFFF}- Shows the list of the commands"); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{F50000}Porsh Server Commands", stringer, "Close",""); return 1; }