Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Public LoadingAccounts ( playerid ){
  2. InterpolateCameraPos ( playerid , -2898.3335, 489.1908, 114.5866 , -2241.2046, 538.6465, 131.8222 , 20000 , CAMERA_CUT ) ;
  3. InterpolateCameraLookAt ( playerid , -2898.3335, 489.1908, 114.5866 , -2241.2046, 538.6465, 131.8222 , 20000 , CAMERA_CUT ) ;
  4. SetPlayerColor( playerid, COLOR_GRI ) ;
  5. if ( cache_get_row_count( Handle ) == 1 ){
  6. new
  7. fieldString[ 64 ] ;
  8. pVar [ playerid ] [ LoginTime ] = 30 ;
  9. SendClientMessage( playerid, -1, ""COLOR__ORANGE"Aveti 30 secunde sa introduceti parola contului." ) ;
  10.  
  11. cache_get_field_content( 0, "Password", fieldString ), format ( pInfo [ playerid ] [ pPassword ] , 64 , fieldString ) ;
  12. ShowPlayerDialog( playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Login", ""COLOR__ORANGE"Acest cont este inregistrat\n"COLOR__WHITE"Va rugam introduceti parola contului mai jos.", "Login", "Close" ) ;
  13. } else {
  14. SendClientMessage( playerid, -1, ""COLOR__ORANGE"Momentan acest server nu accepta inregistrarea unui cont." ) ;
  15. pVar [ playerid ] [ LoginTime ] = 180 ;
  16.  
  17. }
  18. return ( true ) ;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement