Advertisement
Guest User

Gm Big-Zone

a guest
Oct 31st, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. else if(TutTime[i] == 101)
  2. {
  3. TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
  4. gNews[i] = 0;
  5. TogglePlayerControllable(i, 1);
  6. SetCameraBehindPlayer(i);
  7. TogglePlayerSpectating(i, 0);
  8. SetPlayerSpawn(i);
  9. PlayerInfo[i][pAccount] = 0;
  10. ResetPlayerCash(i);
  11. GivePlayerCash(i,15000000);
  12. SetPlayerInterior(i,0);
  13. SetPlayerVirtualWorld(i,0);
  14. TogglePlayerControllable(i,true);
  15. new str1[256];
  16. mysql_format(SQL,str1,256,"UPDATE users SET `Tutorial`='1',`Bank`='0',`Money`='15000000' WHERE `name`='%s'",PlayerInfo[i][pNormalName]);
  17. mysql_tquery(SQL,str1,"","");
  18. PlayerInfo[i][pLevel] = 5;
  19. Update(i, pCashx);
  20. Update(i, pLevelx);
  21. PlayerInfo[i][pPremiumPoints]+=20;
  22. Update(i, pPremiumPointsx);
  23. PlayerInfo[i][pCases]+=2;
  24. Update(i, pCasesx);
  25. SetPlayerScore(i, PlayerInfo[i][pLevel]);
  26. SS(i, COLOR_LIGHTBLUE, "Kronned INFO - Am observat ca esti nou pe server si m-am gandit sa iti ofer un bonus,Succes in continuare.");
  27. SS(i, COLOR_LIGHTBLUE, "Kronned INFO - Ai primit $15.000.000, 20 premium points, 2 cutii si level 5 bonus de bun venit.", "You received $50,000, 20 premium points, 2 cutii and level 3 for welcome.");
  28. SS(i, COLOR_LIGHTBLUE, "Kronned INFO - Foloseste comanda /levelinfo pentru informatii despre nivele.","Use /levelinfo command for levels information.");
  29. SS(i, COLOR_LIGHTBLUE, "Kronned INFO - Forumul nostru este kronned.tk/forum");
  30. SS(i, COLOR_LIGHTBLUE, "Kronned INFO - Panelul nostru este kronned.tk/panel");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement