more?
but having the size of that bike/crate in mind, and then thinking about the CH-47 E,
that just makes me wonder: HTF would ya pack 12 off-roaders in there?
Besides, the bike is a scout/messenger vehicle, not meant to be the transport of a squad! :noo:
Thats what the chinook does in the FIRST place anyway ;D
but suit yerself m8, just do me a fave & don't try to pack 12 bikes in there
no, no, instead
use a script or a few triggers....
it won't really be realistic or anything, but then again - considering yer mission *cough* :-X ;D
try & use the "CreateVehicle" command (with the bike's className), goes like this:
Bike1 = "sttklr250" createVehicle getpos T1
- where T1 is the NAME of a trigger or gameLogic (determines the create-spot).
- and "Bike1" would then be the name of the first bike (then Bike2 etc.) .
you could put the code in a scroll & repeat it 11 times
(thats 11 bikes + the "real" bike from the helo crate).
som'n like that anyho.