Hey guys, I'm new here. I have a question though... How do you make a specific vehicle, for example the Securicar, bulletproof? I have been using mods quite a while ago to make the game as realistic as possible. I seem to cannot find a mod like so. So I decided to make my own mod!:D But liked I said, I am new to this modding, so I need help from you guys.

anyone of you have a cleo script for that mod? Here is what I got, but it only set to make the vehicle CJ is driving bulletproof. Anyone can correct this? I would like to make more than one vehicles bulletproof.
{CLEO.cs}
:START
0001: wait 0 ms
00D6: if
00E0: player $PLAYER_CHAR driving
004D: jump_if_false @START
03C1: 0@ = player $PLAYER_CHAR car_no_save
02AC: set_car 0@ immunities BP 1 FP 0 EP 0 CP 0 MP 0
0002: jump @START
Thanks in advance!