Posts: 189
Threads: 28
Joined: Jul 2012
Reputation:
0
I'm not sure if this is because of something to do with the script, or something to do with the game. But how come whenever I enter the VIP Lounge or FBI Headquarters I end up falling through the map?
Posts: 330
Threads: 65
Joined: Apr 2012
Reputation:
0
2 things may be :
1. the floor of interior is not solid you may need to add some solid object below to fix it.
2. You entry z cord is to low try to increase z+1.0 when you enter.
Posts: 330
Threads: 65
Joined: Apr 2012
Reputation:
0
If you use command to enter interior then you use setplayerpos(playerid,x,y,z); you just add to z cord +1.0 and see if this fix you problem so code shod look like this setplayerpos(playerid,x,y,z+1.0);
Posts: 82
Threads: 14
Joined: Mar 2012
Reputation:
0
SetPlayerInterior(playerid, interior);
Posts: 727
Threads: 36
Joined: Jan 2010
Reputation:
0
Or freeze the player when he gets in for like 10 seconds.