Guest User

Untitled

a guest
Feb 26th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. forward Registracija1(playerid);
  2. public Registracija1(playerid)
  3. {
  4. PlayerInfo[playerid][pVip] = 4;
  5. KillTimer(IntroTimer[playerid]); OcistiChat(playerid,16);
  6. InterpolateCameraPos(playerid, 144.181472, -1956.347045, 72.092727, 979.008483, -1971.146240, 72.092727, 30000);
  7. InterpolateCameraLookAt(playerid, 144.274703, -1951.919433, 69.771652, 979.100097, -1966.797119, 69.627609, 30000);
  8. TextDrawShowForPlayer(playerid,Intro[0]); TextDrawShowForPlayer(playerid,Intro[1]);
  9. IntroTimer2[playerid] = SetTimerEx("Registracija2",5000, false, "i", playerid);
  10. return 1;
  11. }
  12. ///////////////////////////////////////////////////////
  13. forward Registracija2(playerid);
  14. public Registracija2(playerid)
  15. {
  16. KillTimer(IntroTimer2[playerid]); TextDrawShowForPlayer(playerid,Intro[2]);
  17. TextDrawShowForPlayer(playerid,Intro[3]); TextDrawShowForPlayer(playerid,Intro[4]);
  18. IntroTimer3[playerid] = SetTimerEx("Registracija3",5000, false, "i", playerid);
  19. return 1;
  20. }
  21. ///////////////////////////////////////////////////////
  22. forward Registracija3(playerid);
  23. public Registracija3(playerid)
  24. {
  25. KillTimer(IntroTimer3[playerid]); TextDrawShowForPlayer(playerid,Intro[5]);
  26. IntroTimer4[playerid] = SetTimerEx("Registracija4",5000, false, "i", playerid);
  27. return 1;
  28. }
  29. ///////////////////////////////////////////////////////
  30. forward Registracija4(playerid);
  31. public Registracija4(playerid)
  32. {
  33. KillTimer(IntroTimer4[playerid]); TextDrawShowForPlayer(playerid,Intro[6]);
  34. TextDrawShowForPlayer(playerid,Intro[7]); TextDrawShowForPlayer(playerid,Intro[8]);
  35. IntroTimer5[playerid] = SetTimerEx("Registracija5",5000, false, "i", playerid);
  36. return 1;
  37. }
  38. ///////////////////////////////////////////////////////
  39. forward Registracija5(playerid);
  40. public Registracija5(playerid)
  41. {
  42. KillTimer(IntroTimer5[playerid]); TextDrawShowForPlayer(playerid,Intro[9]);
  43. TextDrawShowForPlayer(playerid,Intro[10]);
  44. LogRegTimer[playerid] = SetTimerEx("LogReg",12000, false, "i", playerid);
  45. return 1;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment