Interior problem
#1

SOLVED!
Reply
#2

any idea?
Reply
#3

Is it an samp interior ?
Or your own interior ?
Reply
#4

It sets the interior to 0 and there's no place with these coordinates and interior 0.

If it's a custom one, make sure the coordinates are correct.
Reply
#5

It's a custom one and it worked earlier, just when I changed the position, it stopped working.
Reply
#6

Do you have any idea? I don't.
Reply
#7

So, let me explain. I can go to position 3472.6418,-617.8442,902.3203 by a teleport command but when I enter from the door, it won't teleport me there. The coordinates are right, even if I teleport inside by a command I can use the 3472.6418,-617.8442,902.3203 from inside and I will goto 1806.1694,-1584.3303,700.4300 but I can't go from 1806.1694,-1584.3303,700.4300 to 3472.6418,-617.8442,902.3203. What's the problem?

Код:
else if(IsPlayerInRangeOfPoint(playerid, 1.0, 1806.1694,-1584.3303,700.4300)) //
		{
		    SetPlayerPos(playerid, 3472.6418,-617.8442,902.3203);
			SetPlayerInterior(playerid, 0);
			SetPlayerFacingAngle(playerid, 80.4306);
			SetCameraBehindPlayer(playerid);
			GameTextForPlayer(playerid, "~b~ Cafeteria", 3000, 1);
			TogglePlayerControllable(playerid, 0);
	        SetTimerEx("LoadingObjects", 1000, false, "d", playerid);
		}
		else if(IsPlayerInRangeOfPoint(playerid, 1.0, 3472.6418,-617.8442,902.3203))//
		{
		    SetPlayerPos(playerid, 1806.1694,-1584.3303,700.4300);
			SetPlayerInterior(playerid, 0);
			SetPlayerFacingAngle(playerid, 180.0);
			SetCameraBehindPlayer(playerid);
			GameTextForPlayer(playerid, "~w~ Cell Blocks", 3000, 1);
			TogglePlayerControllable(playerid, 0);
	        SetTimerEx("LoadingObjects", 1000, false, "d", playerid);
Reply
#8

If you are compiling this, do you have any errors ?
Reply
#9

No I don't have. Everything is just fine, I don't get why... why I can't enter inside the interior. I've got plenty of other rangeofpoint to different locations and all of them are working
Reply
#10

SOLVED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)