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);