SA-MP Forums Archive
Coordinates from Cell in LVPD? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Coordinates from Cell in LVPD? (/showthread.php?tid=530749)



Coordinates from Cell in LVPD? - UserName31 - 08.08.2014

hey what the coordinates for all celss in lvpd interior?


Re: Coordinates from Cell in LVPD? - ViniBorn - 08.08.2014

http://weedarr.wikidot.com/interior

LV police HQ

Interior: 3
Coordinates : 288.745971,169.350997,1007.171875


Re: Coordinates from Cell in LVPD? - TLN - 08.08.2014

pawn Код:
193.8369, 176.7251, 1003.0234
189.5884, 176.7243, 1003.1533
198.0573, 160.6476, 1003.1533
193.8127, 160.6480, 1003.1533
189.5607, 160.6474, 1003.1533
198.0651, 176.7253, 1003.0234



Re: Coordinates from Cell in LVPD? - UserName31 - 08.08.2014

Quote:
Originally Posted by TLN
Посмотреть сообщение
pawn Код:
193.8369, 176.7251, 1003.0234
189.5884, 176.7243, 1003.1533
198.0573, 160.6476, 1003.1533
193.8127, 160.6480, 1003.1533
189.5607, 160.6474, 1003.1533
198.0651, 176.7253, 1003.0234
thank you but why i fall out of the interior?


Re: Coordinates from Cell in LVPD? - AroseKhanNiazi - 08.08.2014

use
pawn Код:
SetPlayerInterior(playerid,3);



Re: Coordinates from Cell in LVPD? - UserName31 - 08.08.2014

Quote:
Originally Posted by AroseKhanNaizi
Посмотреть сообщение
use
pawn Код:
SetPlayerInterior(playerid,3);
i did but wont wont i spawn in there but i will full out of the cell interior


Re: Coordinates from Cell in LVPD? - AroseKhanNiazi - 08.08.2014

Quote:
Originally Posted by UserName31
Посмотреть сообщение
i did but wont wont i spawn in there but i will full out of the cell interior
your coordinates are not right


Re: Coordinates from Cell in LVPD? - TLN - 08.08.2014

They are right, I tried them all. This is what I used.
pawn Код:
SetPlayerInterior(playerid, 3);
SetPlayerVirtualWorld(playerid, 0);
pawn Код:
SetPlayerFacingAngle(playerid, 359.4248);
SetPlayerFacingAngle(playerid, 0.6781);
SetPlayerFacingAngle(playerid, 357.5681);
SetPlayerFacingAngle(playerid, 178.6532);
SetPlayerFacingAngle(playerid, 178.0266);
SetPlayerFacingAngle(playerid, 180.1966);



Re: Coordinates from Cell in LVPD? - AroseKhanNiazi - 08.08.2014

Quote:
Originally Posted by TLN
Посмотреть сообщение
They are right, I tried them all. This is what I used.
pawn Код:
SetPlayerInterior(playerid, 3);
SetPlayerVirtualWorld(playerid, 0);
pawn Код:
SetPlayerFacingAngle(playerid, 359.4248);
SetPlayerFacingAngle(playerid, 0.6781);
SetPlayerFacingAngle(playerid, 357.5681);
SetPlayerFacingAngle(playerid, 178.6532);
SetPlayerFacingAngle(playerid, 178.0266);
SetPlayerFacingAngle(playerid, 180.1966);
so he might be using SetPlayerInterior fuction after setting the pos


Re: Coordinates from Cell in LVPD? - ViniBorn - 08.08.2014

pawn Код:
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 288.745971,169.350997,1008.071875);