Posts: 128
Threads: 46
Joined: Aug 2009
Reputation:
0
Hi i was wondering if and or how to put a vehicle in a Interior is it possible.
thankz
XxJoexX
Posts: 128
Threads: 46
Joined: Aug 2009
Reputation:
0
Okay so were abouts do i put all this stuff in my gamemode?
public OnGameModeInit()
{
// other code...
new vehicle1 = AddStaticVehicle(559,2543.7505,-21.8345,27.1899,52.6054,53,79);
LinkVehicleToInterior(vehicle1, 6);
// other code...
}