Posts: 4
Threads: 1
Joined: Jun 09, 2008
Whenever I use e_kill on a player to slay I get a message saying the memory could not be read. Is there some way to fix this?
Posts: 934
Threads: 67
Joined: Apr 24, 2006
um, i don't think you can use e-kill on players, if i remember right its an entity deletion command? i think you want slay?
Posts: 4,310
Threads: 64
Joined: Feb 15, 2008
You cant delete players, you have to use another command for a normal slay
Posts: 4
Threads: 1
Joined: Jun 09, 2008
For some reason, I tried it again and I noticed it deleted a player just like a prop and it crashed right on time.
The error message is,
---------------------------
srcds.exe - Application Error
---------------------------
The instruction at "0x2214fc7d" referenced memory at "0x6c5f6d68". The memory could not be "read".
Click on OK to terminate the program
---------------------------
OK
---------------------------
Posts: 4,310
Threads: 64
Joined: Feb 15, 2008
...
You CANT delete a player entity from a game because the engine does NOT know how to deal with it.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
BradenFase is right though. There is a problem. When e_kill is used on a player, it's supposed to slay them. What game are you trying this for? It could be the player entity isn't actually named "player" and thus causing problems.
Posts: 4,310
Threads: 64
Joined: Feb 15, 2008
:o !
Huh, sven always crashed when you tried deleting a player entity.
Guess entmod works differently in source.
Posts: 934
Threads: 67
Joined: Apr 24, 2006
LOL in the hl2DM it just didn't do anything, but e-rotate was a blast to use on a player
Posts: 4
Threads: 1
Joined: Jun 09, 2008
Drunken_F00l Wrote:BradenFase is right though. There is a problem. When e_kill is used on a player, it's supposed to slay them. What game are you trying this for? It could be the player entity isn't actually named "player" and thus causing problems.
I use HL2DM. The problem might be that I run a cheats server and people have to name themselves to setparent (Even though you don't have to). I will tell people to refrain from doing so.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Hell-met Wrote::o !
Huh, sven always crashed when you tried deleting a player entity.
Guess entmod works differently in source.
No, e_kill was always supposed to slay the player that it was used on. In sven, the player entity is probably not actually named "player" thus causing the crash.
Braden, I don't know if having people name themselves would cause a crash, but let me know if you find anything else out.