Advertisement
kifkat

Register

Feb 10th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.29 KB | None | 0 0
  1. if(dialogid == REGISTRATION2)
  2.     {
  3.         if(response && strlen(inputtext) != 0)
  4.         {
  5.             OnPlayerRegister(playerid,inputtext);
  6.         }
  7.         else
  8.         {
  9.             ShowPlayerDialog(playerid,REGISTRATION2,DIALOG_STYLE_PASSWORD,"Account erstellen","Gib das Passwort für deinen Account ein:","OK","Abbrechen");
  10.         }
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement