AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Release Chat (1.1-Alpha) (https://forums.alliedmods.net/showthread.php?t=219362)

thetwistedpanda 06-27-2013 22:49

Chat (1.1-Alpha)
 
1 Attachment(s)
[Store] Chat (1.1-Alpha)
Description:
  • This plugin is a combination of Titles, Name Colors, and Chat Colors as it was the easiest way for me to get all three plugins to play nicely together.
  • Titles is an exact copy/paste of the one provided by alongub, and Name / Chat colors are a combination of the two plugins with little modifications.
Requirements:Features:
  • Compatibility - This plugin probably will not play nice with any other plugin using Simple Chat Processor to change message colors.
  • DO NOT USE THIS PLUGIN WITH TITLES, NAME COLORS, OR CHAT COLORS.
Installation:
  • Please follow the installation instructions for each respective plugin, but instead of having three different .smx files, you'll just use store-chat.smx provided.
Adding more chat colors:
  • Please follow the instructions for each respective plugin when adding new titles, chat colors, or name colors.

Kriax 06-28-2013 08:15

Re: Chat (1.1-Alpha)
 
Oh, a word to say.

I looked forward to that you can get these three plugins together.

Thank you;)

Spoiler

Kriax 06-29-2013 07:38

Re: Chat (1.1-Alpha)
 
Hello,

I think this has already been thought but why not ensure that we can give color to the title?

Sorry, fail edit ^^"

Kriax.

Spoiler

thetwistedpanda 06-29-2013 11:39

Re: Chat (1.1-Alpha)
 
It's quite possible to do, but due to the original Titles providing the color, it'd cause compatibility issues adding the ability to color them. Would eitherh ave to create new titles or edit all existing titles to remove the color.

alongub 07-01-2013 12:49

Re: Chat (1.1-Alpha)
 
I think we should deprecate Titles, Chat Colors, and Name Colors and make this the main plugin for chat-related items.

thetwistedpanda 07-01-2013 12:54

Re: Chat (1.1-Alpha)
 
Sounds like a plan; I'll update this sometime this week to add Title Colors, then fix the original paste with indepth instructions for everything.

htcarnage 07-27-2013 21:18

Re: Chat (1.1-Alpha)
 
How would I go about quickly changing the price of the chat colors? They are all currently set at 200 credits and I'd like to change that without going through all 150 of them one by one

thetwistedpanda 07-27-2013 21:39

Re: Chat (1.1-Alpha)
 
You could issue an UPDATE query after they're uploaded.

PHP Code:

UPDATE `store_itemsSET `price` = `price` + 150 WHERE `type` = 'chatcolor' 


htcarnage 07-27-2013 22:34

Re: Chat (1.1-Alpha)
 
Thank you! Precisely what i was looking for

htcarnage 07-28-2013 14:40

Re: Chat (1.1-Alpha)
 
is there an sql query i could run that would give a user (myself) access to all store items?


All times are GMT -4. The time now is 23:50.

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