View Single Post
Old
  (#10)
scorpiomidget is Offline
Senior Member
 
Posts: 352
Join Date: Apr 2002
Location: Notts, UK
  Send a message via MSN to scorpiomidget  
Default 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
  
Reply With Quote