Interiors For Trailers?
#1

I know there are interiors for houses, but what about trailers? If so what?
Reply
#2

I have never heard of interiors for trailers; I have always used a small house interior, or maybe a studio apartment interior. If you wanted some trailer interiors, there's bound to be mods of trailer interiors that you can download.
Reply
#3

Don't know the IDs off-hand, but there is interiors for trailers.
Reply
#4

Can you try to find those out?

Note : I am talking trailer homes
Reply
#5

Theres a trailer interior, can't remember the id, maybe you could find it here http://weedarr.wikidot.com/interior
The walls are walk thru also, so that would be a problem aslong as mapped walls there
Reply
#6

just make your own interior and take coordinates where you want to spawn when you enter
then:
pawn Код:
new trailer;
trailer = AddStaticVehicle(Id of trailer, ...);
on OnPlayerEnterVehicle
pawn Код:
if(vehicleid == trailer)
{
SetPlayerPos(playerid, x,y,z); // x,y,z coordinates of interior, where you want to be spawned
SetPlayerInterior(playerid, 10);
}
return1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)