Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- forward Registracija1(playerid);
- public Registracija1(playerid)
- {
- PlayerInfo[playerid][pVip] = 4;
- KillTimer(IntroTimer[playerid]); OcistiChat(playerid,16);
- InterpolateCameraPos(playerid, 144.181472, -1956.347045, 72.092727, 979.008483, -1971.146240, 72.092727, 30000);
- InterpolateCameraLookAt(playerid, 144.274703, -1951.919433, 69.771652, 979.100097, -1966.797119, 69.627609, 30000);
- TextDrawShowForPlayer(playerid,Intro[0]); TextDrawShowForPlayer(playerid,Intro[1]);
- IntroTimer2[playerid] = SetTimerEx("Registracija2",5000, false, "i", playerid);
- return 1;
- }
- ///////////////////////////////////////////////////////
- forward Registracija2(playerid);
- public Registracija2(playerid)
- {
- KillTimer(IntroTimer2[playerid]); TextDrawShowForPlayer(playerid,Intro[2]);
- TextDrawShowForPlayer(playerid,Intro[3]); TextDrawShowForPlayer(playerid,Intro[4]);
- IntroTimer3[playerid] = SetTimerEx("Registracija3",5000, false, "i", playerid);
- return 1;
- }
- ///////////////////////////////////////////////////////
- forward Registracija3(playerid);
- public Registracija3(playerid)
- {
- KillTimer(IntroTimer3[playerid]); TextDrawShowForPlayer(playerid,Intro[5]);
- IntroTimer4[playerid] = SetTimerEx("Registracija4",5000, false, "i", playerid);
- return 1;
- }
- ///////////////////////////////////////////////////////
- forward Registracija4(playerid);
- public Registracija4(playerid)
- {
- KillTimer(IntroTimer4[playerid]); TextDrawShowForPlayer(playerid,Intro[6]);
- TextDrawShowForPlayer(playerid,Intro[7]); TextDrawShowForPlayer(playerid,Intro[8]);
- IntroTimer5[playerid] = SetTimerEx("Registracija5",5000, false, "i", playerid);
- return 1;
- }
- ///////////////////////////////////////////////////////
- forward Registracija5(playerid);
- public Registracija5(playerid)
- {
- KillTimer(IntroTimer5[playerid]); TextDrawShowForPlayer(playerid,Intro[9]);
- TextDrawShowForPlayer(playerid,Intro[10]);
- LogRegTimer[playerid] = SetTimerEx("LogReg",12000, false, "i", playerid);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment