Guest User

Untitled

a guest
Apr 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.37 KB | None | 0 0
  1. stock CreateGUI(breadcrumb, text, style, button[], button2[], dialogid)
  2. {
  3.     new caption[150];
  4.     if(breadcumb)
  5.     {
  6.         format(caption, sizeof(caption), "{006400}%s{FFFFFF} » %s", SETTINGS_NAME, breadcumb);
  7.     }
  8.     else
  9.     {
  10.         format(caption, sizeof(caption), "{006400}%s{FFFFFF}",SETTINGS_NAME);
  11.     }
  12.     ShowPlayerDialog(showplayer, dialogid, style, caption, text, button, button2);
  13. }
Add Comment
Please, Sign In to add comment