[solved] modify original deathMsg
How do I modify the killer's name right before the death message is sent ? or if that's not possible how do I block the original and name the player so I can send another fake one ?
|
Re: modify original deathMsg
Use register_message().
|
Re: modify original deathMsg
Ok that's with blocking or modifying... but how about changing the name pretty quick without client_cmd() ? ... so that he has another name only in the death message ? :}
|
Re: modify original deathMsg
Can anyone help me with the above ?!
I would have tried to do this on my own but I can't search for the term "name" :| |
Re: modify original deathMsg
Quote:
PHP Code:
|
Re: modify original deathMsg
Doesn't work...
Code:
public testCmd(id) |
Re: modify original deathMsg
PHP Code:
|
Re: modify original deathMsg
That prints the "X changed name to Y"... isn't any other way without blocking that message ? just to tempchange the name really quick without anyone noticing ?
if that is not possible... how do I get the new name in client_infochanged(id) and block the message ? ... and without register_message because I want to send the death message again and I can't in another registered message and I don't want to extend this in 3 functions... |
Re: modify original deathMsg
This works for me :
PHP Code:
|
Re: modify original deathMsg
re-read what he said:
Quote:
|
| All times are GMT -4. The time now is 02:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.