Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. if( playertextid == Reg[14][playerid]) { // ovo
  2. new regstring[1080], regname[64]; GetPlayerName(playerid,regname,sizeof(regname));
  3. format(regstring,sizeof(regstring),""BELA"\nDobrodosao "PLAVA"%s "BELA"na "PLAVA"Brutal Gaming\n"BELA"Vas racun nije registrovan...\n\nMolimo vas upisite zeljeni "PLAVA"Password "BELA"za nastavak!",regname);
  4. ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,""PLAVA"B"BELA"rutalGaming - Registracija",regstring,""PLAVA"Potvrdi",""CRVENA"Zatvori");
  5. }
  6. if(playertextid == Reg[22][playerid])
  7. {
  8. ShowPlayerDialog(playerid,3,DIALOG_STYLE_MSGBOX,""PLAVA"B"BELA"rutalGaming - Registracija","{FFFFFF}Izaberite vas "PLAVA"spol"BELA"!",""PLAVA"Musko",""CRVENA"Zensko");
  9. }
  10. if( playertextid == Reg[38][playerid]) { // ovo
  11. ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, ""PLAVA"B"BELA"rutalGaming - Registracija", ""PLAVA"- "BELA"Srbija\nBiH\nHrvatska\nMakedonija\nCrna Gora\nSlovenija\nOstalo", ""PLAVA"Potvrdi", ""CRVENA"Zatvori");
  12. }
  13. if( playertextid == Reg[26][playerid]) { // ovo
  14. ShowPlayerDialog(playerid, 4, 1, ""PLAVA"B"BELA"rutalGaming - Registracija", ""BELA"U prazno polje upisite koliko imate godina - Max "PLAVA"60", ""PLAVA"Potvrdi", ""CRVENA"Zatvori");
  15. }
  16. if( playertextid == Reg[18][playerid]) { // ovo
  17. ShowPlayerDialog(playerid, 12, 1, ""PLAVA"B"BELA"rutalGaming - Registracija", ""BELA"Unesite vasu e-mail adresu, u slucaju gubitka passworda Administrator ce vam poslati lozinku na e-mail!", ""PLAVA"Potvrdi", ""CRVENA"Zatvori");
  18. }
  19. if(playertextid == Reg[22][playerid]) //spol u preview modelu
  20. {
  21. {
  22. if(PlayerInfo[playerid][pSex] == 1)
  23. {
  24. {
  25. PlayerTextDrawHide(playerid, Reg[16][playerid]);
  26. PlayerTextDrawSetPreviewModel(playerid, Reg[9][playerid], 29);
  27. PlayerTextDrawShow(playerid, Reg[9][playerid]);
  28. PlayerInfo[playerid][pSkin] = 29;
  29. }
  30. }
  31. else if(PlayerInfo[playerid][pSex] == 2)
  32. {
  33. {
  34. PlayerTextDrawHide(playerid, Reg[16][playerid]);
  35. PlayerTextDrawSetPreviewModel(playerid, Reg[9][playerid], 91);
  36. PlayerTextDrawShow(playerid, Reg[9][playerid]);
  37. PlayerInfo[playerid][pSkin] = 91;
  38. }
  39. }
  40. }
  41. }
  42. if( playertextid == Reg[39][playerid]) {
  43. if( InputPassword[ playerid ] == false ) return SCM(playerid,-1,"(BG)"PLAVA"Nisi odabrao lozinku." );
  44. if( ChoseCountry[ playerid ] == false ) return SCM(playerid,-1,"(BG)"PLAVA"Nisi odabrao poreklo." );
  45. if( InputAge[ playerid ] == false ) return SCM(playerid,-1,"(BG)"PLAVA"Nisi odabrao godine starosti." );
  46. if( InputMail[ playerid ] == false ) return SCM(playerid,-1,"(BG)"PLAVA"Nisi uneo email." );
  47. if( RegSex[ playerid ] == 0 ) return SCM(playerid,-1,"(BG)"PLAVA"Nisi odabrao drzavu." );
  48. CancelSelectTextDraw( playerid );
  49. for(new i = 0; i < 40; i ++) {
  50. PlayerTextDrawHide( playerid, Reg[ i ][ playerid ] );
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement