Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //------------------------------------------------------------------------------
- // Opstina Ulaz
- if(PlayerToPointStripped(1,playerid,1481.0206,-1771.1138,18.7958,Poz[0],Poz[1],Poz[2]))
- {
- AC_BS_SetPlayerPos(playerid,440.8547,143.8163,1003.0856);
- AC_BS_SetPlayerInterior(playerid,3);
- SetPlayerFacingAngle(playerid,0);
- TogglePlayerControllable(playerid, 0);
- SetTimerEx("UlazuInt",2000, false, "i", playerid);
- SetCameraBehindPlayer(playerid);
- }
- // Opstina Izlaz
- else if(PlayerToPointStripped(1,playerid,440.8547,143.8163,1003.0856,Poz[0],Poz[1],Poz[2]))
- {
- AC_BS_SetPlayerPos(playerid,1482.7185,-1771.6652,18.7958);
- AC_BS_SetPlayerInterior(playerid,0);
- SetPlayerFacingAngle(playerid,358.4038);
- SetCameraBehindPlayer(playerid);
- }
- //------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment