We return to where you were
#1

I made a system to bring me back to the last place where I was, but if I was in a default interior that me back in the interior but I then go under, not obvious to me how this interior to solve.

Код:
if(PlayerInfo[playerid][pPos_x] > 50 && PlayerInfo[playerid][pPos_y] > 50 && PlayerInfo[playerid][pPos_z] < 50)
	{
		SafeSetPlayerPos(playerid, PlayerInfo[playerid][pPos_x], PlayerInfo[playerid][pPos_y], PlayerInfo[playerid][pPos_z]);
 	}
Reply
#2

freeze players few secondes
https://sampwiki.blast.hk/wiki/Function:...erControllable
Reply
#3

I know for freeze metod's but why freeze player in default samp interior ?
the player must not deteriorate through such interior
Reply
#4

antoher metods

PHP код:
PlayerInfo[playerid][pPos_z] + /// or 1.0 / 3.0 
Reply
#5

You have to set the player interior to 0.
Reply
#6

Quote:
Originally Posted by arakuta
Посмотреть сообщение
You have to set the player interior to 0.
take me where I was but I do not read so fast interior
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)