help plane problem and other .......
Posted: Tue Oct 28, 2003 1:34 am
hie everybody !
I have a problem with my planes. (map solo for mohaa)
I want to make them flying by 3 in the same time as a squad.
So every splinepath get a different set value (1 2 3).
The first one have to bomb and it a this moment that the problem begin.
bomb drop at the same time the plane apprear on screen and no when the plane is over the bomb splinepath. ??????????????
Bomb get the same "#set" value as the plane.
i use a trigger_multiple with this key / value
setthread / plane
in my script i wrote :
$mdl vehicle/c47fly.tik
thanks a lot for your answers
Tropheus
I have a problem with my planes. (map solo for mohaa)
I want to make them flying by 3 in the same time as a squad.
So every splinepath get a different set value (1 2 3).
The first one have to bomb and it a this moment that the problem begin.
bomb drop at the same time the plane apprear on screen and no when the plane is over the bomb splinepath. ??????????????
Bomb get the same "#set" value as the plane.
i use a trigger_multiple with this key / value
setthread / plane
in my script i wrote :
overmore i get this message in the console.plane:
thread global/bomber.scr::bomb 1
thread global/bomber.scr::bomb 2
thread global/bomber.scr::bomb 3
end
My second question is. what the effect of this key ?using model vehicles/c47fly.tik // my plane
ERROR: Entity::Sound: aiplane5 needs an alias in ubersound.scr or uberdialog.scr - Please fix. // ok it's my sound not declared. but after what thesoluiton and what the problem .... ???
local.range = vector_length (self.origin - $("bomberplane" + local.name).origin) (global/bomber.scr, 388)
local.range = vector_length (self.origin - $("bomberplane" + local.name)^
^~^~^ Script Error: Cannot cast 'array' to listener
local.range = vector_length (self.origin - $("bomberplane" + local.name).origin) (global/bomber.scr, 388)
local.range = vector_length (self.origin ^
^~^~^ Script Error: binary '-' applied to incompatible types 'vector' and 'NIL'
local.range = vector_length (self.origin - $("bomberplane" + local.name).origin) (global/bomber.scr, 388)
local.range = ^
^~^~^ Script Error: Cannot cast 'NIL' to vector
$mdl vehicle/c47fly.tik
thanks a lot for your answers
Tropheus