Guest User

Untitled

a guest
May 16th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. case DIALOG_LOGIN:
  2. {
  3. if (!response) return Kick(playerid);
  4. if(response)
  5. {
  6. if(strlen(inputtext) < MIN_DUZINA_LOZINKE)
  7. {
  8. ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,"New Balkan - Prijava","{BD1111}Lozinka nesmije imati manje od 6 znakova!\n\n"BELA"Molimo pokusaj ponovno...\n"BELA"Za pocetak upisi lozinku kako bi nastavio s igrom.\n\n{BD1111}Ugodnu igru zeli ti {FFFFFF}New Balkan Tim!","Prijava","Izlaz");
  9. return 1;
  10. }
  11. //else if(strcmp(PlayerInfo[playerid][Password],inputtext, true ) == 0 )
  12. else if(!strcmp(inputtext, PlayerInfo[playerid][Password], false))
  13. {
  14. INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
  15. SetPlayerScore(playerid, PlayerInfo[playerid][Level]);
  16. if(PlayerInfo[playerid][gBanDani] > 0)
  17. {
  18. new dani, god, mje;
  19. getdate(god, mje, dani);
  20. if(PlayerInfo[playerid][gBanDani] > dani)
Advertisement
Add Comment
Please, Sign In to add comment