Advertisement
ploxarik

string

Feb 24th, 2021 (edited)
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.34 KB | None | 0 0
  1. //%s - output text with new string []
  2. //also you can specify other text and other types such a s %d, %f, %.1f, after %s
  3. //example
  4. //format(string, sizeof(string),"%s number %d",string, num);
  5. new string[] = "text";
  6. format(string, sizeof(string),"%s", string);
  7. ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "test", string, "ok", "close");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement