17.06.2014, 14:53
I'm only don't know how to do "Next Page" can you tell me with that code?
Код:
CMD:cmds (playerid) { new bigstring[3000]; strcat(bigstring, "{FCFFC3}Commands:\n"); strcat(bigstring, "{6EAAFF}/teleports (/teles) -{FF0000} Command to show all teleports\n"); strcat(bigstring, "{6EAAFF}/changename -{FF0000} To Change your name (MUST CHANGE IT IN SA-MP CLIENT)\n"); strcat(bigstring, "{6EAAFF}/givemoney (/givecash) -{FF0000} To send money/cash to another player\n"); ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, ""RED"[EsF]Server Commands", bigstring, "OK", ""); return 1;