Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(dialogid == EMAILMENU)
  2. {
  3. if(RegistrationStep[playerid] == 4)
  4. {
  5. if(response)
  6. {
  7. strval(inputtext);
  8. strmid(PlayerInfo[playerid][pEmail], inputtext, 0, strlen(inputtext), 225);
  9. TutTime[playerid] = 1;
  10. EmailDozvola[playerid] = 0;
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement