Hello, I'm trying to make some bandits. This is the script I am using:
removeallweapons this;
removeallassigneditems this;
removeuniform this;
removevest this;
removebackpack this;
this addmagazine "16Rnd_9x21_Mag";
this addmagazine "16Rnd_9x21_Mag";
this addmagazine "16Rnd_9x21_Mag";
this addweapon "hgun_P07_F";
this adduniform "U_IG_Guerilla2_1"
That's all I want him to have in his inventory. For some reason, whenever I put in this script he spawns with everything listed except the magazines. I even tried it on the player on a different team and the same result happens. Oh, and yes I know you have to double click on the uniform or backpack or vest to get their ammunition. There's nothing there, and when they spawn in they don't even shoot at me, they just run away because they have no ammunition. Does anyone know what's going on?