added new colors orange, ocean and maroon
This commit is contained in:
parent
9ccddad1cf
commit
e0a9c60bf1
@ -41,9 +41,9 @@
|
|||||||
|
|
||||||
new g_msgChannel
|
new g_msgChannel
|
||||||
|
|
||||||
#define MAX_CLR 7
|
#define MAX_CLR 10
|
||||||
new g_Colors[MAX_CLR][] = {"white","red","green","blue","yellow","magenta","cyan"}
|
new g_Colors[MAX_CLR][] = {"white","red","green","blue","yellow","magenta","cyan","orange","ocean","maroon"}
|
||||||
new g_Values[MAX_CLR][] = {{255,255,255},{255,0,0},{0,255,0},{0,0,255},{255,255,0},{255,0,255},{0,255,255}}
|
new g_Values[MAX_CLR][] = {{255,255,255},{255,0,0},{0,255,0},{0,0,255},{255,255,0},{255,0,255},{0,255,255},{227,96,8},{45,89,116},{103,44,38}}
|
||||||
new Float:g_Pos[4][] = {{0.0,0.0},{0.05,0.55},{-1.0,0.2},{-1.0,0.7}}
|
new Float:g_Pos[4][] = {{0.0,0.0},{0.05,0.55},{-1.0,0.2},{-1.0,0.7}}
|
||||||
|
|
||||||
public plugin_init(){
|
public plugin_init(){
|
||||||
@ -74,6 +74,7 @@ public cmdSayChat(id) {
|
|||||||
case 'y': a = 4
|
case 'y': a = 4
|
||||||
case 'm': a = 5
|
case 'm': a = 5
|
||||||
case 'c': a = 6
|
case 'c': a = 6
|
||||||
|
case 'o': a = 7
|
||||||
}
|
}
|
||||||
new name[32], authid[32], userid
|
new name[32], authid[32], userid
|
||||||
get_user_authid(id,authid,31)
|
get_user_authid(id,authid,31)
|
||||||
|
Loading…
Reference in New Issue
Block a user