• how do i make a falling character pick up the hev suit?
    9 replies, posted
i need the character to get the h.e.v suit while falling. cause the map starts as the character is falling. how do i get the h.e.v suit on the player while falling. i tryed haveing the player fall through it. spawn in it before spawn. i just cant figure it out
Make it invisible and parent it to the player? Not sure..
run a concommand (give item_suit)
[QUOTE=laptopman;19561635]run a concommand (give item_suit)[/QUOTE] how would i run a command through hammer?
In gmod suit will be automatically given. if it's EP2 then you could just place suit entitie where player spawns, it will give it to him.
He already tried that...>_>
How about putting it like 128 units under spawn?
A concommand with "give item_suit" would be easiest.
point_clientcommand or point_consolecommand, with a logic auto set to trigger the command "give item_suit" OnMapSpawn
[QUOTE=Spartan One;19562431]point_clientcommand or point_consolecommand, with a logic auto set to trigger the command "give item_suit" OnMapSpawn[/QUOTE] you can also place a trigger and use OnTrigger or onStartTouch instead of onMapSpawn.
Sorry, you need to Log In to post a reply to this thread.