So your saying the
KIT.sqs doesnt work ?
I've used on all sorts of non-BI Addon soldiers and its worked fine for me
;Universal Weapons Respawn Script v1.02 (December 4, 2002)
;Required Version: 1.85
;by toadlife and Hamdinger
;toadlife@toadlife.net
;intialize like this: ["unitname",0] exec "thisscript.sqs"
; Or this: ["unitname",1] exec "thisscript.sqs"
;
; * "unitname" = The name of the player the script runs on (must be enclosed by quotes!)
; * 0/1 = method of repleneshing weapons
; **if method is 0, the player gets the same weapons he stated out with every time
; **if method is 1, the player gets the same weapons he had when he died
- When calling
["unitname",0] exec "thisscript.sqs" in the INIT line of every soldier make sure it's the LAST command in the INIT field, especially if you are also doing AddWeapon or AddMagazine for this AK5 in the INIT field.
- Is the unit named ? Wont work unless it is.
- Are you sure the script is "on" each soldier ? Place a hint in the script to see if its working
- Do you have a GameLogic called "Server" on the map ..... not sure if its required but I generally always include one for MP maps.
.......... unless there is something really wrong with your Addon, should work.