Using collors in command
#1

Hi guys..

How to make that players can use collors in command.For example:
/b Hey guys,my name is {F00000} GospodinX

It need to print:
Hey guys,my name is GospodinX

Code:
YCMD:b(playerid,params[],help)
{
       new text[100],string1[128];
	if(sscanf(params, "s[100]", text)) return 1;
	format(string1, 105, " ((  %s ))", text);
	SendClientMessageToAll(-1, string1);
        return 1;
}
If I just do this,I can't use colors,because it will be always white color.Thank you
Reply
#2

Quote:
Originally Posted by GospodinX
View Post
Hi guys..

How to make that players can use collors in command.For example:
/b Hey guys,my name is {F00000} GospodinX

It need to print:
Hey guys,my name is GospodinX

Code:
YCMD:b(playerid,params[],help)
{
       new text[100],string1[128];
	if(sscanf(params, "s[100]", text)) return 1;
	format(string1, 105, " ((  %s ))", text);
	SendClientMessageToAll(-1, string1);
        return 1;
}
If I just do this,I can't use colors,because it will be always white color.Thank you
try to define color codes and then use
Reply
#3

No you are not helped me.I want that player can type color in chat.
Reply
#4

Quote:
Originally Posted by GospodinX
View Post
No you are not helped me.I want that player can type color in chat.
You can define and html color type, i don't talk about samp color defines
Read:
https://sampforum.blast.hk/showthread.php?tid=611302
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)