Guest User

Untitled

a guest
Jun 24th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.67 KB | None | 0 0
  1.                             SendClientMessage(playerid,COLOR_YELLOW2,"|___________Mobile Data Center(MDC)___________|");
  2.                             SendClientMessage(playerid,COLOR_YELLOW2,"Registered and logged in.");
  3.                             format(string,sizeof(string),"Username:%s",pname);
  4.                             SendClientMessage(playerid,COLOR_GREEN,string);
  5.                             format(string,sizeof(string),"Password:%s",rand);
  6.                             SendClientMessage(playerid,COLOR_GREEN,string);
  7.                             new mdcitems[] = "1\tSearch For Name \n2\tSearch for Plate \n3\tWanted List \n3\tLast 911-Calls \n3\tPrisoners";
  8.                             ShowPlayerDialog(playerid,4,DIALOG_STYLE_LIST,"Mobile Data Center",mdcitems,"Select","Cancel");
Add Comment
Please, Sign In to add comment