Garry's Mod

Garry's Mod

48 ratings
gmod: prop binds
By gigguh
yo, gonna teach you how to spawn props from pressing a key on your keyboard or a button on your mouse


open the spawn menu and pick a prop you desire to spawn.

right click on it, copy it to keyboard the prop name and then open up console. in console type

bind " " "gm_spawn (paste the prop name here)"

so, a completed example would look like

bind X "gm_spawn models/hunter/blocks/cube4x4x4.mdl"

make sure to exactly copy it like that, do not leave out the quotes. hope this helped
-gigguh
2
   
Award
Favorite
Favorited
Unfavorite
56 Comments
reλper Sep 8, 2024 @ 10:49am 
what is an E2
gigguh  [author] Sep 8, 2024 @ 10:04am 
you would need to create an E2 that changes the material of a prop you spawn.
reλper Aug 25, 2024 @ 5:22pm 
is there a way to gm_spawn the prop with a color picked for it or a material
gigguh  [author] Oct 13, 2023 @ 8:04pm 
@Spectator

yeah, you can bind it twice. you need to add a ";" after the first statement.

bind "x" "gm_spawn models/hunter/blocks/cube4x4x4.mdl";"gm_spawn prop"
szabolcs Jun 22, 2023 @ 12:00pm 
can you not spawn npcs like this? i've put

bind X "gm_spawn npc_turret_floor"

and it doesn't spawn anything
Arsenic Jan 6, 2023 @ 9:15pm 
can you bind 2 items?
gigguh  [author] Oct 11, 2022 @ 8:40pm 
open console and type, "unbind x" replace x with whatever key you set the bind
axakiono Jun 11, 2022 @ 3:50pm 
how do i reset the bind
AlligatorScrublord Apr 14, 2022 @ 7:50am 
i managed to get it to work, here's a barrel bind for L key.
bind "l" "gm_spawn models/nseven/oildrum001.mdl"
rysiek1 Jan 28, 2022 @ 2:26pm 
Does it only work on sandbox?