Advertisement
Guest User

Untitled

a guest
Jun 13th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. GivePlayerMoney(playerid, PlayerInfo[playerid][pNovacDzep]);
  2. SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]);
  3. SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
  4. PlayerInfo[playerid][pProveraSpawna] = SPAWN_NORMAL;
  5. PlayerInfo[playerid][pNovacDzep] = 500000;
  6. PlayerInfo[playerid][pNovacBanka] = 0;
  7. PlayerInfo[playerid][pTutorial] = 0;
  8. PlayerInfo[playerid][pLevel] = 5;
  9. PlayerInfo[playerid][pZlato] = 0;
  10. PlayerInfo[playerid][pAdmin] = 0;
  11. PlayerInfo[playerid][pGM] = 0;
  12. PlayerInfo[playerid][pVip] = 4;
  13. PlayerInfo[playerid][pPromoter] = 0;
  14. new string[128];
  15. format(string,sizeof(string),""SRWBOJA"[LOZINKA] "BELA"Uspesno ste se registrovali | Vasa lozinka je: "SRWBOJA"%s",inputtext);
  16. SCM(playerid,-1,string);
  17. ShowPlayerDialog(playerid, 3, DIALOG_STYLE_LIST, ""SRWBOJA"Latino Gaming - Registracija", ""SRWBOJA"- "BELA"Musko\n"SRWBOJA"- "BELA"Zensko", "Potvrdi","Izlaz");
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement