If player is in any interior.
#1

Hello, i have a problem..
When the player types /enter to go inside he fells to the sea..
I use this script to get in the hospital but ..
Код:
	if(strcmp("/enter", cmdtext, true, 6) == 0)
	{
		if(IsPlayerInRangeOfPoint(playerid, 3.0, 1172.6001,-1323.2318,15.4027)
		|| IsPlayerInRangeOfPoint(playerid, 3.0, 2033.9796,-1402.4280,17.2930)){
		SetPlayerPos(playerid, -3436.1538,475.9111,57.6132);
		}
		return 1;
	}
How can i make that he don't fall to the sea but completely enters this pos : -3436.1538,475.9111,57.6132?
Reply


Messages In This Thread
If player is in any interior. - by Ihsan_Cingisiz - 13.06.2010, 14:34
Re: If player is in any interior. - by KnooL - 13.06.2010, 14:36
Re: If player is in any interior. - by Ihsan_Cingisiz - 13.06.2010, 14:44
Re: If player is in any interior. - by Niixie - 13.06.2010, 14:48
Re: If player is in any interior. - by Ihsan_Cingisiz - 13.06.2010, 14:49
Re: If player is in any interior. - by Ihsan_Cingisiz - 13.06.2010, 14:55
Re: If player is in any interior. - by Agent Smith - 13.06.2010, 15:05
Re: If player is in any interior. - by Ihsan_Cingisiz - 13.06.2010, 15:08
Re: If player is in any interior. - by Agent Smith - 13.06.2010, 15:11
Re: If player is in any interior. - by Ihsan_Cingisiz - 13.06.2010, 15:30

Forum Jump:


Users browsing this thread: 2 Guest(s)