Jump to content
Sign in to follow this  
keimosabe

Make player start with only pistol... what is wrong with this script

Recommended Posts

p1 addMagazine "7Rnd_45ACP_1911";p1 addWeapon "Colt1911"

I have tried that in the initialization line as well as replacing the player name with "this" and every time he starts up with an M16 and NO pistol. I want him to just start with that pistol and magazines for it. What am I doing wrong? Thansk in advance guys.

I know it's something stupid but cannot figure it out:mad:

Share this post


Link to post
Share on other sites

this one should work:

removeAllWeapons p1; p1 addMagazine "7Rnd_45ACP_1911"; p1 addWeapon "Colt1911";

Share this post


Link to post
Share on other sites

yup, I was just about to repost aht I'd found it. Didn't know about removing all they had on them first. Thanks man

Share this post


Link to post
Share on other sites

Hi, this question belongs to the ArmA2 part of the forum, we don't have M1911s on the ArmA other than the addon ones. Let's C ya

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×