03.11.2010, 02:50
I know there are interiors for houses, but what about trailers? If so what?
new trailer;
trailer = AddStaticVehicle(Id of trailer, ...);
if(vehicleid == trailer)
{
SetPlayerPos(playerid, x,y,z); // x,y,z coordinates of interior, where you want to be spawned
SetPlayerInterior(playerid, 10);
}
return1;