Falling through floors,
#1

I have made an pickup into interior but problem is that i fall through floor all the time... Same problem for other interiors. Is there something wrong with my code?
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
	if(pickupid == GunShopLS)
	{
	         SetPlayerVirtualWorld(playerid,1);
	         SetPlayerPos(playerid,286.148987,-40.644398,1001.569946);
                 SetPlayerFacingAngle(playerid,270);
	         SendClientMessage(playerid,COLOR_GREEN,"You have entred Los Santos biggest Gun shop!");
	}
	return 1;
}
Reply


Messages In This Thread
Falling through floors, - by Surmav - 15.12.2010, 10:32
Re: Falling through floors, - by Babul - 15.12.2010, 10:53
Re: Falling through floors, - by Surmav - 15.12.2010, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)