
09-16-2002, 08:37 AM
just looked at what you typed again:
local.opeld = spawn script_model
local.opeld model "vehicles/opeltruckgreen_d.tik"
local.opeld.origin = ( 3952 -3982 2)
local.opeld.angles = (0 93 0)
i'd change it as below
local.opeld = spawn script_object
local.opeld model "vehicles/opeltruckgreen_d.tik"
local.opeld.origin = ( 3952 -3982 2)
local.opeld.angles = (0 93 0)
* NOTE the script_object instead of script_model
|