Why is this /exit not working
#1

Код:
	else if(IsPlayerInRangeOfPoint(playerid,3.0,385.8938,173.8353,1008.3828)) //City Hall
			{
			    if(GetPlayerInterior(playerid) == 101)
			    {
			    	SetPlayerInterior(playerid, 0);
			    	SetPlayerVirtualWorld(playerid, 0);
			    	SetPlayerPos(playerid, 1481.2781,-1774.8430,15.3466);
                	SetPlayerFacingAngle(playerid, 181.8075);
                	SetCameraBehindPlayer(playerid);
				}
			}
All the others work except this one and cords are good.
Reply


Messages In This Thread
Why is this /exit not working - by gychem - 25.07.2012, 12:58
Re: Why is this /exit not working - by Kindred - 25.07.2012, 13:00
Re: Why is this /exit not working - by TaLhA XIV - 25.07.2012, 13:10
Re: Why is this /exit not working - by gychem - 25.07.2012, 15:14
Re: Why is this /exit not working - by Lorenzo! - 25.07.2012, 15:18
Re: Why is this /exit not working - by SuperViper - 25.07.2012, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)