Posts: 190
Threads: 26
Joined: Jan 2014
Reputation:
0
I want to make a /color command which will save the color in R-G-B format, so we can save it and load it on connect messages..
RGB -> HexCodes -> ConnectMessage..
I'm using Y_INI saving system.
Any help would be appreciated!
Posts: 772
Threads: 79
Joined: Dec 2012
Use this include
https://sampforum.blast.hk/showthread.php?tid=71259
It already have like 100+ colors.
Why you want to save in RGB Format?
Posts: 190
Threads: 26
Joined: Jan 2014
Reputation:
0
I don't any colors for my gamemode. I want to make a command /color <R> <G> <B> so it can save the color, it will be converted into Hex Codes (which the SA-MP system can understand) and then it will be used in connect messages:
<His saved color>%s has joined the server.