Oh thanks so much guys, I thought so. So do I need to create a variable for the weapon or is there a database I can see with the weapon list? And how would I make it so a certain group starts out with weapons?
if SERVER then AddCSLuaFile( "adminweapon.lua" ) end
w_shot_m3super90.InLoadoutFor = {superadmin}
Where superadmin is a group of players. This gives me a lua error and I'm really not sure where to fix. I don't think I chose the right gun class and I don't know if I can use groups. How would I make it so groups get weapons at start up?