client_print at player spawn?
How can I do a client_print each time a player spawns? Please help :)
|
Re: client_print at player spawn?
Here :)
Code:
|
Re: client_print at player spawn?
Thanks very much! +karma
|
Re: client_print at player spawn?
Uh oh, I found I problem with that. Each time someone types "record <demoname>" in their console, it will display the message. No one is even being spawned? I don't know why it is doing this though.
Does anyone else know why it does this or how to fix it? |
Re: client_print at player spawn?
Quote:
??? Why do you register a client command and the event TxtMsg? You should just need this Code:
|
Re: client_print at player spawn?
Lord_Destros: He used a snippet from my tutorial, refer to the "Code Snippets / Tutorials" for details.
Quote:
Quote:
Refer to the articles for details: http://wiki.amxmodx.org/index.php/Co...28AMX_Mod_X%29 - compiling plugins http://wiki.amxmodx.org/index.php/Co...d_X#Installing - installing plugins |
Re: client_print at player spawn?
Yeah I compiled and installed it correctly, maybe I worded what I said poorly.
The plugin works fine, but I found the message will show not only when you spawn, but ALSO when you type "record <demoname>" in the console. I think when you start recording a demo it resets the hud, which makes the message display when spawned and when you start recording. My question is how would I block the message from showing when someone types "record <demoname>" in the console. This should ONLY show when a player spawns. |
Re: client_print at player spawn?
Look in the client spawn tutorial.. You will find it is easy to hook a players spawn.
|
Re: client_print at player spawn?
Quote:
|
Re: client_print at player spawn?
Quote:
|
| All times are GMT -4. The time now is 22:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.