Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case DIALOG_LOGIN:
- {
- if ( !response ) return Kick( playerid );
- if( response )
- {
- if( DOF2_CheckLogin( USER_FILE( playerid ), inputtext ) )
- {
- Load_Player_Stats(playerid);
- SetSpawnInfo( playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0 );
- }
- else
- {
- 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);
- }
- return 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment