This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
-
-
March 31, 2021 at 14:11 #3161
hi all .how do I disable a drivable vehicle for blue team.i dont remember
-
April 4, 2021 at 16:29 #3173
hi all .how do I disable a drivable vehicle for blue team.i dont remember
I believe it is a wac command called
“disablessn(xxx)”
Where xxx is the id of the vehicle
-
April 5, 2021 at 12:42 #3177
Disabling a vehicle
This script will stop a vehicle(ssn5) from moving after it enters an area trigger #1if ssnarea(5,1) then
disablessn(5)
endifThis 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
-
April 28, 2021 at 12:01 #3200
problem solved\\
here’s the example
works fine
if ssndead(26) then
disablessn(13)
endif
-
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Latest 10 Comments