Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerConnect(playerid)
- {
- for(new i = 0; i < 200; i++)
- {
- SendClientMessage(playerid, -1, " ");
- }
- TextDrawShowForPlayer(playerid,registracija1);
- TextDrawShowForPlayer(playerid,registracija2);
- TextDrawShowForPlayer(playerid,registracija3);
- TextDrawShowForPlayer(playerid,registracija4);
- TextDrawShowForPlayer(playerid,registracija5);
- TextDrawShowForPlayer(playerid,registracija6);
- InterpolateCameraPos(playerid, -2123.975341, -365.706604, 51.802150, -2032.970092, -127.034423, 37.415615, 9000);
- InterpolateCameraLookAt(playerid, -2128.620117, -367.551483, 51.654945, -2031.439331, -131.793701, 37.493736, 4000);
- SetTimerEx("PokaziRegister", 5000, false, "i", playerid);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment