Israeli RAMBO
Grunt
Posts: 9
Registered: 4-5-2003
Member Is Offline
|
|
few questions
i work on map (my best idea for map :D)
and i have few questions
1.i want that the player will cannot to drive on some vehicles,how i do it? O_o
2.when something happend i want that some object will appear somewhere
etc.player take documents than car will appear somewhere
thanks!
|
|
|
kahuna
General
    
Posts: 544
Registered: 8-30-2004
Location: Nashville,Tennessee
Member Is Offline
Mood: u cant fix stup
|
|
well some vehicals cant be driven and the second one just use a teleport target to tele the Van where ever you want but about the first one not really
a way to stop it.
|
|
|
Eagle_Eye
|
|
I know this is an old post, but I was away for a while..
You can disable any vehicle with a wac file..
eg..where ssn 1023 is the vehicle, and 11 is the Area trigger number.
if ssnarea(1023, 11) then
disablessn(1023)
endif
This should disable so player can not drive off, or, if driven into the area trigger, the vehicle will stop.
EE
|
|
|