Z Position
#6

Well, I'm coding a hospital system and whenever a player is hospitalized their camera position would be set to the area of the hospital but of course their body shouldn't be seen. I'm pretty sure it worked before.

Any work-around for this? Thanks.

Quote:
Originally Posted by ProjectMan
Посмотреть сообщение
Why would you put someone underground? Anyway, you can, if you freeze that player after teleporting them to that position (assuming your code really teleports that player underground):

pawn Код:
TogglePlayerControllable(playerid, 1);
SetPlayerPos(playerid, 2000.310457, -1451.558857, -1500.0);
You mean TogglePlayerControllable(playerid, 0);?
Reply


Messages In This Thread
Z Position - by Skribblez - 28.08.2013, 18:59
Re: Z Position - by Vince - 28.08.2013, 19:00
Re: Z Position - by Konstantinos - 28.08.2013, 19:00
Re: Z Position - by ProjectMan - 28.08.2013, 19:04
Re: Z Position - by Konstantinos - 28.08.2013, 19:07
Re: Z Position - by Skribblez - 28.08.2013, 19:09
Re: Z Position - by Kutter - 28.08.2013, 19:13
Re: Z Position - by ProjectMan - 28.08.2013, 19:13
Re: Z Position - by Skribblez - 28.08.2013, 19:15
Re: Z Position - by Skribblez - 28.08.2013, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)