Posted February 6, 200718 yr Is there a list of entfire actions somewhere ignite and killa re the only ones I know and also the ids how do you know what player is what like I know i can use !picker and what i look at is what it does it to but how do I get object ids and stuff? ent_info !picker doesn not work? Help please...
February 6, 200718 yr Is there a list of entfire actions somewhere ignite and killa re the only ones I know and also the ids how do you know what player is what like I know i can use !picker and what i look at is what it does it to but how do I get object ids and stuff? ent_info !picker doesn not work? Help please... Download hammer, make the entity you want to run commands from. press ctrl+enter. click help and see what commands it can run. also yep !picker doesnt do anything. dunno how you get object ID
February 6, 200718 yr Author What are the commands you can do to humans and what the the id for me/the enter? like i want to ent_fire me addhealth 100 whatever how would i do that? or could i do ent_fire !picker hurtme would that work? to hurt other players etc>
February 6, 200718 yr Author Like this script prop_physics_create props_c17/oildrum001_explosive.mdl wait ent_setname bang wait ent_fire bang break spawns a barrel and smashes it where do you get the addresses for the objects?
February 7, 200718 yr Like this script prop_physics_create props_c17/oildrum001_explosive.mdl wait ent_setname bang wait ent_fire bang break spawns a barrel and smashes it where do you get the addresses for the objects? It sets the name of the enitity directly under the crosshair to bang It then runs the break command off bang. It's just because you need to name all entities you want to run a command off. If you did just prop_physics break all prop_physics would dissapear or explode if they are barrels. I guess ent_setname <name> works kinda like how i heard !picker does What are the commands you can do to humans and what the the id for me/the enter? like i want to ent_fire me addhealth 100 whatever how would i do that? or could i do ent_fire !picker hurtme would that work? to hurt other players etc> kill (crash them) sethealth (negative value for death) parent setparentattachment color R B G ignite Disable shadow and alpha USED to work. it was hilarous running around knife only maps as a floating knife. You can't add health specificly to yourself unless a friend runs ent_setname name on you.
February 14, 200718 yr to set you're own health ( This works on Garrysmod, i haven't tested CSS yet ) i THINK it's ent_fire !player sethealth # or !player might be for all players...can't remember, sorry.
February 14, 200718 yr !player is all players or the player who activated the command. perhaps you could play around somehow to make it only give you hp. but would require alot of messing around. I may look into it