Advertisement
Guest User

Untitled

a guest
May 3rd, 2014
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public ShowDialog(playerid, dialogid, style, caption[], info[], button1[], button2[])
  2. {
  3. new newcap[128];
  4. format(newcap, 128, "{%x}%s - %s", CL_DIALOG_TITLE, servname, caption);
  5. return ShowPlayerDialog(playerid, dialogid, style, newcap, info, button1, button2);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement