• Register

This member has provided no bio about themself...

Comment History
jjackson360
jjackson360 - - 2 comments @ saegiru

Like a scrub I forgot to compile the code, all is well, great hud

Good karma+1 vote
jjackson360
jjackson360 - - 2 comments @ saegiru

hey so im running Project Brutality test 3.0, and he added two new guns. im trying to get them to display on the weapon list. I checked out your saeweap.acs and I Saw that you already had a line in your array for the quad shotgun, so I removed the comment for that gun, and I also added the new Excavator Launcher, and I followed the array rules with the 6 entries etc. after adding the new entries I added the updated .acs into the pk3 and Its not showing up in the list still. is there any other step I should take?

#define D_NUMBEROFWEAPONS 74
#define D_WEAPONSLIST 28 //Number of standard weapons to show in weaponslist

{"Excavator_Launcher", "HighExplosiveGrenadeRounds", "NoSecondary", "No", "EXCAL", "Excavator Launcher"}, // 12

{"Quad_SSG", "NewShell", "NoSecondary", "No", "QUAD", "Quad-Barrel"},// 25

Good karma+1 vote