Colour Chat Menu (v1.50)

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Colour Chat Menu (v1.50)

Post by greenie »

I've had this mod for quite a while, so I thought I'd might release it here.

Purpose:
This plugin is for people who wish to change their chat colours quickly through an in-game menu.

Installation:
To install it, you can simply download the .zip from the attachments and extract it to your amxmodx folder.
Usage:
Create a file called 'colours.ini' in your configs directory.

To make a new colour, write on a new line in this format.
"Colourname" <red> <green> <blue>
Code:
"Default" 255 180 30
"White" 255 255 255
Commands:
/colour - opens the colour menu
colour - opens the colour menu
Credits:
alka - stole his menu code
arkshine - giving me some helpful suggestions
connor - giving me some info on dynamic arrays
Jon - used some of his trails code
Log Changes:
v1.50 - Added page numbers, fixed ML, edited menu layout.
v1.45 - Fixed another error...
v1.40 - Fixed a small error.
v1.35 - Added custom colour menu, made it work with "+" characters on client join
v1.30 - Finished ML, fixed up clamp() functions, updated code for more readability
v1.25 - Optimised the code a bit...
v1.20 - Changed it to use dynamic arrays, so there's no limit on the amount of colours it uses
v1.15 - Added ML, removed hardcoded configs directory, added 'change to default option', removed 'by shadow.hk' from menu header
v1.0 - Initial release

plugin
Post Reply

Return to “Fun Stuff”