Illyrieah
28-01-2007, 08:17 AM
Hello!
Can anyone tell me how I do a RegisterEvent on a specific player's death? I can't figure out the proper syntax.
right now I'm trying;
self:RegisterEvent("PLAYER_DEAD");("PlayerName")
I just can't seem to figure out how to do it properly.
I'm trying to make a counter that tracks the deaths of 2 specific people. I managed to make a death tracker that tracked me, that's easy enough, but tracking specific players is something I'm having difficulty with.
Can anyone tell me how I do a RegisterEvent on a specific player's death? I can't figure out the proper syntax.
right now I'm trying;
self:RegisterEvent("PLAYER_DEAD");("PlayerName")
I just can't seem to figure out how to do it properly.
I'm trying to make a counter that tracks the deaths of 2 specific people. I managed to make a death tracker that tracked me, that's easy enough, but tracking specific players is something I'm having difficulty with.