15.12.2010, 10:32
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; }