View Single Post
gH0sTy
SourceMod Donor
Join Date: Jul 2008
Location: DE
Old 06-18-2009 , 03:50   Re: [CSS] Alltalk Notifier
Reply With Quote #4

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 View Post
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");
gH0sTy is offline