Alliedassault           
FAQ Calendar Search Today's Posts Mark Forums Read
Go Back   Alliedassault > Lounge > Tech Questions & Problems
Reload this Page Modded stock and limited weapons (I have an idea)
Tech Questions & Problems Ask our resident experts about any military shooter game server administration and other technical issues.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old
  (#6)
Druid is Offline
Senior Member
 
Posts: 196
Join Date: May 2002
   
Default 11-01-2002, 08:03 PM

You Have....
local.jeep = spawn script_model
local.jeep model "vehicles/jeep2.tik"
local.jeep.origin = ( 1042 -912 -72)
local.jeep.angles = (0 235 0)

There is no jeep2.tik . Or atleast I haven't seen one
You cant spawn something that doesn't exist.

Try
local.jeep = spawn script_model
local.jeep model "static/vehicle_jeep.tik"
local.jeep.origin = ( 1042 -912 -72)
local.jeep.angles = (0 235 0)

Or
local.jeep = spawn script_model
local.jeep model "vehicles/jeep.tik"
local.jeep.origin = ( 1042 -912 -72)
local.jeep.angles = (0 235 0)

Hope this helps. If now reply and we'll try something else.
  
Reply With Quote
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.