Guest User

Untitled

a guest
Oct 10th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. new loginname[64];
  2. GetPlayerName(playerid,loginname,sizeof(loginname));
  3. new info[500];
  4. format(info,sizeof(info),"{0090ff}______________________________________\n\n{0090ff}Dobrodosli na "BELA"Balkan School RolePlay {0090ff}Server\n\n{0090ff}Vase ime: "BELA"%s\n\n{0090ff}Vas "BELA"Account {0090ff}je pronadjen\n\n{0090ff}Sajt: "BELA"www.uskoro.com\n{0090ff}Molimo upisite svoju sifru!\n\n{0090ff}______________________________________",GetName(playerid));
  5. ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_PASSWORD,""CRVENA"BS|{FFFFFF}Login",info,"Login","Exit");
  6. LoginPokusaji[playerid] ++;
  7. new textjbni[512]; format(textjbni, sizeof(textjbni),"[INFO] "CRVENA"Pogresna lozinka! Preostalo Pokusaja: %d/4!",LoginPokusaji[playerid]);SCM(playerid, -1, textjbni);
  8. if(LoginPokusaji[playerid] == 4) { StatusKonekta(playerid, 4); }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment