I know there is a thread of nearly exactly the same name with the same problem, but I didn't 100% understand it.
If I was in Hammer, and I wanted to make a gmod_toolgun on the floor or whatever, how would I add it ?
Thanks
make a point entity called gmod_toolgun
whats a point entity?
inb4 [url="http://developer.valvesoftware.com/wiki/Point_entity"]Point entity - Valve Developer Community[/url]
[QUOTE=shakethefloor;19425618]whats a point entity?
inb4 [url="http://developer.valvesoftware.com/wiki/Point_entity"]Point entity - Valve Developer Community[/url][/QUOTE]
Click on the entities tool and make a info_player_start on the ground or something, go to properties, then type gmod_toolgun where it says info_player_start.
Compile, load up in gmod, and there is a tool gun.
Thanks. Just wondering, could I make a SENT respawn after a certain amount of time, or after something has been triggered? If so, how?
Thanks alot
[QUOTE=shakethefloor;19428118]Thanks. Just wondering, could I make a SENT respawn after a certain amount of time, or after something has been triggered? If so, how?
Thanks alot[/QUOTE]
point_template
[url]http://developer.valvesoftware.com/wiki/Point_template[/url]
logic_timer
[url]http://developer.valvesoftware.com/wiki/Logic_timer[/url]
Sorry, you need to Log In to post a reply to this thread.