14.11.2012, 23:38
Hello. I made a entrance point to an interior but when I enter it there is nothing there. Just sky.
I want to be teleported to this interior.
PHP код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == cityhall)
{
SetPlayerPos(playerid,1529.3995, 19.2658, 24.1406);
SetPlayerInterior(playerid, 384.808624,173.804992,1008.382812);
}
return 1;
}
