Israeli RAMBO - 12-14-2005 at 12:44 AM
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 - 12-17-2005 at 05:48 AM
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 - 2-2-2006 at 06:34 PM
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