Guest User

Untitled

a guest
Aug 11th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. case DIALOG_LOGIN:
  2. {
  3. if ( !response ) return Kick( playerid );
  4. if( response )
  5. {
  6. if( DOF2_CheckLogin( USER_FILE( playerid ), inputtext ) )
  7. {
  8. Load_Player_Stats(playerid);
  9. SetSpawnInfo( playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 );
  10. }
  11. else
  12. {
  13. ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""WHITE"Login","You have entered an "RED"incorrect "WHITE"password.\n{FFFFFF}Type your "GREEN"password "WHITE"below to login.",#Log-in,#Quit);
  14. }
  15. return 1;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment