Hi,
I want to make a mission with a player sniper and i want to add him only 5 sniper bullets. There is no command "removebullets" so I thought I let him shoot 25 bullets (magazine = 30)during an mission-intro far from him, so when the mission start he have only five bullets left after I Setpos him in position so no1 can see the dead targets. I placed 25 targets (civilian with setunitpos "up") and put the command dofire target1 dofire target2, etc in a script
The problem is sometimes he need two or three bullets to kill one target and when the mission starts the player had less bullets left.
I know also the fire command : unit fire "weapon","magazine", "fire mode" but it does not work
The sniper is the Sig552 command rifle addon. I know the weaponname and magazinename : sig552 & sig552mag.
So my syntax is :
sniper fire ["sig552","sig552mag","single"]
but nope It doesn't work either.
Are there other ways for this?
Hope U understand my Q...