AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSS] Alltalk Notifier (https://forums.alliedmods.net/showthread.php?t=91717)

Bullet 05-04-2009 14:41

[CSS] Alltalk Notifier
 
1 Attachment(s)
Explanation
Ever been on a server, where no-one speaks, and you want to know if alltalk is on, so that you can chat to your teammates without exposing your strategy to the other team ?
Annoying isn't it... ? until now.

Use
As easy as typing ff to find out if friendly fire is on, you can now type at and Alltalk Notifier will tell you if alltalk is on, or off.

Install
There are no options, just upload the plugin to your plugins folder, and wait for map to change, or restart your server.

Credits
Thanks to everyone who helped (#sourcemod), and to everyone who uses my plugins.
If you like it, please add +karma.

meng 06-15-2009 22:01

Re: [CSS] Alltalk Notifier
 
handy little plug thx! one thing... is there something i can change so it tells everybody the alltalk status when somebody types at. as oppose to just the person that typed it?

Jaden 06-15-2009 22:25

Re: [CSS] Alltalk Notifier
 
:D

gH0sTy 06-18-2009 03:50

Re: [CSS] Alltalk Notifier
 
This Plugin would work with any Game/Mod if you remove the include of the cstrike extension, there's no need to include it.

Quote:

Originally Posted by meng (Post 849864)
handy little plug thx! one thing... is there something i can change so it tells everybody the alltalk status when somebody types at. as oppose to just the person that typed it?

Replace
Code:

PrintToChat(client, "[AT] Alltalk is %s", GetConVarBool(alltalk) ? "on" : "off");
with
Code:

PrintToChatAll("[AT] Alltalk is %s", GetConVarBool(alltalk) ? "on" : "off");

meng 06-19-2009 02:39

Re: [CSS] Alltalk Notifier
 
thx ghosty. worked indeed.

Bullet 06-20-2009 15:54

Re: [CSS] Alltalk Notifier
 
Thanks for that gH0sTy.

I realise this will work for all games, but it would make it harder for me to support it, since I dont own all source games, and therefore can't test it.

Glad you like the plugin, and thanks for using it.
If anyone wants to pm me their css server ips, so I can see it in action, I'll be happy to come along and play really crap, and generally have fun :)


All times are GMT -4. The time now is 10:55.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.