Guest User

Untitled

a guest
Dec 4th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. CMD:info(playerid, params[]) {
  2. new string[256], string2[256];
  3. format(string, sizeof(string), "/test\n/test1\n/test2\/etccc..");
  4. format(string2, sizeof(string2), "/test3\n/test4..etcetc");
  5. strcat(string2, string);
  6. ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_MSGBOX, string, "Info", "Ok", "");
  7. return 1;
  8. }
Add Comment
Please, Sign In to add comment