how to place weapons as static model

Twist.vmf

L420: High Member
Jul 29, 2016
439
208
i want to put in an Easter egg but the weapon does not appear in game! how do i fix this?
 

Vel0city

func_fish
aa
Dec 6, 2014
1,947
1,589
Weapons aren't compiled as static models, so they won't appear in-game when you place them as a prop_static (this also goes for cosmetics and class models). Place them as a prop_dynamic instead.

For future reference, the model browser has a tab with the prop's info (under the tab "Info"). There are 3 checkboxes there, with Physics, Static and Dynamic. Which ever box is ticked is the entity you can use the model with.