I saw this map without this force, and I could go out of the map and see repetitive stuff, then ANOTHER map where if you tried to go out, it'd push you back in. How do I do this? Thanks :D
trigger_teleport and info_target entities.
Or trigger_push.
[QUOTE=moof;20585970]I saw this map without this force, and I could go out of the map and see repetitive stuff, then ANOTHER map where if you tried to go out, it'd push you back in. How do I do this? Thanks :D[/QUOTE]
[url]http://wiki.garrysmod.com/?title=Func_antinoclip[/url]
[QUOTE=KeitaroCoS;20586001]trigger_teleport and info_target entities.
Or trigger_push.[/QUOTE]
Is that a brush type? I need some way to stop people from jumping off a balcony.
[QUOTE=WastedJamacan;20591857]Is that a brush type? I need some way to stop people from jumping off a balcony.[/QUOTE]
Yes, those are brush based.
func_'s and trigger_'s are brush entities, everything else are point entities.
[QUOTE=WastedJamacan;20591857]Is that a brush type? I need some way to stop people from jumping off a balcony.[/QUOTE]
why not just use player_clip?
Never use an entity to do a brush's job.
[QUOTE=MotherMinge;20592196]why not just use player_clip?
Never use an entity to do a brush's job.[/QUOTE]
I'm relatively new, I don't know a lot about mapping in hammer.
well he spoke about players noclipping and oscourse, if they no clip they can go through the player clips
maybe ask someone to make some lua'd entitys for you
[QUOTE=Ningaglio;20592884]well he spoke about players noclipping and oscourse, if they no clip they can go through the player clips
maybe ask someone to make some lua'd entitys for you[/QUOTE]
reading is fun.
[QUOTE=KeitaroCoS;20586001]trigger_teleport and info_target entities.
Or trigger_push.[/QUOTE]
[QUOTE=metallics;20587279][url]http://wiki.garrysmod.com/?title=Func_antinoclip[/url][/QUOTE]
Trigger_remove does the job :v:
[QUOTE=Ningaglio;20592884]well he spoke about players noclipping and oscourse, if they no clip they can go through the player clips
maybe ask someone to make some lua'd entitys for you[/QUOTE]
But player clip is just the thing to keep people from jumping off balconies. Reading is fun.
[QUOTE=Ningaglio;20592884]well he spoke about players noclipping and oscourse, if they no clip they can go through the player clips
maybe ask someone to make some lua'd entitys for you[/QUOTE]
If someone is noclipping, then they are not following the normal laws of the game. Playerclip will stop people jumping off balconies as long as they are following the rules...which you can expect they would for a sp level. You are making things more complex than they need to be.
Sorry, you need to Log In to post a reply to this thread.