Problem with entering into the interior
#1

I have a problem getting into any interior for example when I enter the interior of the FBI falls through it. Is there something that is not happening, and that is what the player hate the timer equally so for example 3 sec unfreeze
Please Help.
Thanks in advance.
Reply
#2

Whats the Interior ID?
You May Be Spawning him in a Interior with "No Walls", You Could use iKey07's Solid Wall,
Will Make All the Interior's Fixed.

Otherwise, you may be Spawning him to Low Somehow?

Cheers
Ezay
Reply
#3

They have "walls"
And it's not the only one interior, but almost all interiors.
Reply
#4

Weird, Can you show me Code when your in an Interior?
Reply
#5

if its in CreateDynamic put it in CreateObject i have the problem!
Reply
#6

These codes?
Код:
		else if(IsPlayerInRangeOfPoint(playerid, 1, 1554.9537,-1675.6584,16.1953))
		{//SAPD Entrance
			PlayerInfo[playerid][pInteriorNr] = 1;
			GameTextForPlayer(playerid, "~w~Police Department", 5000, 1);
			SafeSetPlayerInterior(playerid, 6);
			SafeSetPlayerPos(playerid,246.7079,66.2239,1003.6406);
		}
		else if(IsPlayerInRangeOfPoint(playerid, 1, 246.5325,62.4251,1003.6406))
		{//SAPD Exit
		    PlayerInfo[playerid][pInteriorNr] = 0;
			GameTextForPlayer(playerid, "~w~Los Santos", 5000, 1);
			SafeSetPlayerInterior(playerid, 0);
			SafeSetPlayerPos(playerid,1552.3231,-1674.6780,16.1953);
		}
Reply
#7

these objects are not inserted to the interior for example police
Reply
#8

PlayerInfo[playerid][pInteriorNr] = 1;

try to put
PlayerInfo[playerid][pInteriorNr] = 3;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)