Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if(dialogid == DIALOG_LOGIN)
  2. {
  3. if(CheckUserLogin(playerid,inputtext))
  4. {
  5. //login the user here.
  6. }
  7. else
  8. {
  9. //wrong password, kick them or make them try again.
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement