Add custom pickups

Open resources/fs_freemode/ext/pickups.lua you will see at the top the PickupCoords table.
Just add a new line below the last location.

-- Configure the coordinates where the items should be placed.
local PickupCoords = {
    {x=850.060, y=2374.763, z=54.251},
     -- My new coords here  
}