Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(dialogid == DIALOG_REGISTRACIJA)
- {
- if(!response) return Kick(playerid);
- if(response)
- {
- if(strlen(inputtext) < 6 || strlen(inputtext) > 13 )
- {
- new string[512];
- format(string ,sizeof(string),""BOJA_BJELA"Dobro dosli na server "BOJA_SERVER"Script RolePlay\n\
- "BOJA_BJELA"Vi nemate registrovan korisnicki racun na ovom "BOJA_SERVER"serveru\n\
- "BOJA_BJELA"Kako bi registrovali , morate zapoceti registraciju tako sto cete unjeti vasu "BOJA_SERVER"lozinku\n\n\
- "BOJA_SERVER"Vase ime i prezime : "BOJA_BJELA"%s\n",
- GetName(playerid));
- ShowPlayerDialog(playerid,DIALOG_REGISTRACIJA,DIALOG_STYLE_PASSWORD,""BOJA_SERVER"Registracija",string,"Dalje","Odustani");
- SendClientMessage(playerid,-1,""BOJA_CRVENA"[GRESKA] :"BOJA_BJELA" Vasa lozinka mora imati najmanje 6 , a najvise 13 oznaka");
- }
- else
- {
- strmid(PlayerInfo[playerid][pLozinka], inputtext, 0 ,strlen(inputtext), 255);
- ShowPlayerDialog(playerid,DIALOG_EMAIL,DIALOG_STYLE_INPUT,"Email","Molimo ukucajte vasu tacnu e-mail adresu kako bi nastavili sa registracijom","Dalje","Odustani");
- InterpolateCameraPos(playerid, 1108.074218, -1707.652587, 71.396156, 1175.231933, -1720.592041, 71.857566, 8000);
- InterpolateCameraLookAt(playerid, 1103.289184, -1706.389282, 70.683746, 1178.525512, -1723.646606, 69.661659, 5000);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement