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