Wiruspwns

opstina ulaz/izlaz

Aug 9th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. //------------------------------------------------------------------------------
  2. // Opstina Ulaz
  3. if(PlayerToPointStripped(1,playerid,1481.0206,-1771.1138,18.7958,Poz[0],Poz[1],Poz[2]))
  4. {
  5. AC_BS_SetPlayerPos(playerid,440.8547,143.8163,1003.0856);
  6. AC_BS_SetPlayerInterior(playerid,3);
  7. SetPlayerFacingAngle(playerid,0);
  8. TogglePlayerControllable(playerid, 0);
  9. SetTimerEx("UlazuInt",2000, false, "i", playerid);
  10. SetCameraBehindPlayer(playerid);
  11. }
  12. // Opstina Izlaz
  13. else if(PlayerToPointStripped(1,playerid,440.8547,143.8163,1003.0856,Poz[0],Poz[1],Poz[2]))
  14. {
  15. AC_BS_SetPlayerPos(playerid,1482.7185,-1771.6652,18.7958);
  16. AC_BS_SetPlayerInterior(playerid,0);
  17. SetPlayerFacingAngle(playerid,358.4038);
  18. SetCameraBehindPlayer(playerid);
  19. }
  20. //------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment