Cimbur

Untitled

Feb 14th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. public OnPlayerConnect(playerid)
  2. {
  3. for(new i = 0; i < 200; i++)
  4. {
  5. SendClientMessage(playerid, -1, " ");
  6. }
  7. TextDrawShowForPlayer(playerid,registracija1);
  8. TextDrawShowForPlayer(playerid,registracija2);
  9. TextDrawShowForPlayer(playerid,registracija3);
  10. TextDrawShowForPlayer(playerid,registracija4);
  11. TextDrawShowForPlayer(playerid,registracija5);
  12. TextDrawShowForPlayer(playerid,registracija6);
  13. InterpolateCameraPos(playerid, -2123.975341, -365.706604, 51.802150, -2032.970092, -127.034423, 37.415615, 9000);
  14. InterpolateCameraLookAt(playerid, -2128.620117, -367.551483, 51.654945, -2031.439331, -131.793701, 37.493736, 4000);
  15. SetTimerEx("PokaziRegister", 5000, false, "i", playerid);
  16. return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment