16.06.2012, 09:22
Quote:
So I have it set up and it compiles but when I walk into the pickup it wont put me into the interior.
Code: |
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == house)
{
SetPlayerInterior(playerid, 5);
SetPlayerPos(playerid, 1267.663208,-781.323242,1091.906250);
return 1;
}
return 1;
}