View Single Post
  #9  
Old 04-04-2021, 09:57 AM
Coopwarriors is offline Coopwarriors
Coopwarriors's Avatar
Registered User

Join Date: Mar 2003
Posts: 258

Send a message via ICQ to Coopwarriors Send a message via AIM to Coopwarriors Send a message via Yahoo to Coopwarriors
Disabling a vehicle
This script will stop a vehicle(ssn5) from moving after it enters an area trigger #1

if ssnarea(5,1) then
disablessn(5)
endif

This is not what i have in my mind

This is what i have in my mind but stil not work

if ssnnearssn(13,2) then
disablessn(13)
endif
__________________

Last edited by Coopwarriors; 04-05-2021 at 07:10 AM.
Reply With Quote