Hey just a quick question. Whats the file called that contains the weapons a terrorist spawns with in TTT. Trying to remove the magneto stick.
All of the SWEPs have the option to spawn in loadout for detective / traitors.
The weapon_zm_carry.lua is the magneto stick; and it is in loadout for everyone: SWEP.InLoadoutFor = {ROLE_INNOCENT, ROLE_TRAITOR, ROLE_DETECTIVE}
If you don’t want them to receive it, or any loadout weapons, remove the role-id from InLoadoutFor.
Thank you very much did not know the weapons themselves had the loadout option.
You sir are a gentlemen and a scholar