Possible to make this? Can be hard...
I searched but I found nothing so I think there is no posts for this question. Is possible to make a command like "say" and "say_team"? For example I want like this: "Whisper: (Text here)" you press enter and done. :?
|
there is already a say and say_team in amxmodx duh :)
|
yes I know but what I want to do its a new command. For example: "say_whisper" which will apper like "say" and "say_team" but with the text modified in the input line.
|
Search for talkarea, there's tons.
|
Found how to do it.
Its: messagemode say_whisper |
I could have told you that. But you need a plugin to go along with it
|
Just make a copy of the "amx_say" method from AdminChat.sma and change this line:
Code:
client_print(0,print_chat,"(ALL) %s : %s",name,message)Code:
client_print(0,print_chat,"(ALL) %s",message)Code:
register_concmd("amx_say2","cmdSay",ADMIN_CHAT,"<message> - sends message to all players")By the way, where does your chat for "messagemode say_whisper" appear? |
I think he wants "messagemode amx_psay"... or something to that effect.
|
I know of a hook/hack that allow private communication between 2 people using that hook/hack and I presume it was using a Halflife command but I never found out, hmm.
|
heh
There are hl hacks that hook to an irc server, and create channels for 2 people that want to talk to eachother if thats what u mean.
|
| All times are GMT -4. The time now is 14:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.