15.07.2009, 17:12
Ugh...it's a nice script, and now, here's how to make your cars visible in interiors <_<.
The vehicle line
To link it to an interior you need to make sure, that you find out what interior you have scripted the vehicles at, and do the following.
The code above will add a monster truck in the interior 7, if it's taken out of the interior it will be invisible again.
The vehicle line
pawn Код:
AddStaticVehicle(444,-1257.6593,-209.5810,1051.0322,172.0278,0,8); //Monstertruck
pawn Код:
new monstertruck = AddStaticVehicle(444,-1257.6593,-209.5810,1051.0322,172.0278,0,8); //monstertruck
LinkVehicleToInterior(monster1, 7);