-
May 1, 2025 at 17:05 #5252
Here is a counter script for destroying 10 crates. It lets you know how many crates need to be destroyed using variables.
if never() then
set(V3,10)
endifif never() and ssndead(365) then
dec(V3)
endifif never() and ssndead(366) then
dec(V3)
endifif never() and ssndead(367) then
dec(V3)
endifif never() and ssndead(368) then
dec(V3)
endifif never() and ssndead(369) then
dec(V3)
endifif never() and ssndead(370) then
dec(V3)
endifif never() and ssndead(371) then
dec(V3)
endifif never() and ssndead(372) then
dec(V3)
endifif never() and ssndead(373) then
dec(V3)
endifif never() and ssndead(374) then
dec(V3)
endif
//———————————-//Crate Counter
if never() and eq(V3,9) then
consol(“9 More Weapon Crates To Destroy”)
wave(alarm9.wav)
endifif never() and eq(V3,8) then
consol(“8 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,7) then
consol(“7 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,6) then
consol(“6 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,5) then
consol(“5 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,4) then
consol(“4 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,3) then
consol(“3 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,2) then
consol(“2 More Weapon Crates To Destroy”)
wave(alarm9.wav,400)
endifif never() and eq(V3,1) then
consol(“1 More Weapon Crate To Destroy”)
wave(alarm9.wav,400)
endif
Latest 10 Comments