Motorcycle problem
Posted: Wed Feb 04, 2004 10:47 am
Hi,
i made a motorcycle ride, what happen along a path, everything works fine,
but the driver doesn't appear..
here is the code:
//------------------------------------------------------------------------------
// motorcycle coming
//------------------------------------------------------------------------------
trigger_bikeinit:
$trigger_bikeinit waittill trigger
$trigger_bikeinit remove
$bike thread global/t2l2_motorcycle.scr::gag2 $bike nil "models/human/german_wehrmact_soldier.tik"
$bike drive $bikeway
end
(i tried to use enemy bike part of vehicle_thinkers.scr, but it didn't work too. i think, because it just tells the enemy motorcycle blow up..
)
Has any idea?
F74
i made a motorcycle ride, what happen along a path, everything works fine,
but the driver doesn't appear..
here is the code:
//------------------------------------------------------------------------------
// motorcycle coming
//------------------------------------------------------------------------------
trigger_bikeinit:
$trigger_bikeinit waittill trigger
$trigger_bikeinit remove
$bike thread global/t2l2_motorcycle.scr::gag2 $bike nil "models/human/german_wehrmact_soldier.tik"
$bike drive $bikeway
end
(i tried to use enemy bike part of vehicle_thinkers.scr, but it didn't work too. i think, because it just tells the enemy motorcycle blow up..
Has any idea?
F74