#1

how do i change the register field ?
example, when i register i can see text like "test". How do i change it so it be like
  • instead of text
heres the code:

Код:
case 2:
		{
			new ip[32];
			GetPlayerIp(playerid, ip, 32);
			format(titlestring, sizeof(titlestring), "Register - %s", GetPlayerNameEx(playerid));
			format(string, sizeof(string), "Welcome to Modern Gaming Roleplay, %s.\n\nYou Have Not Yet Registerd Please Do And Fill Out The Password.", GetPlayerNameEx(playerid),  ip);
			ShowPlayerDialog(playerid,MAINMENU2,DIALOG_STYLE_INPUT,titlestring,string,"Register","Exit");
		}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)