18.07.2014, 08:32
Hello members we already know how to use color embedding.
Result

In SSCANF2
Result

FAILLLLLLLLLLLLLLLLLLLLL WTF HELP

Please Help Me My Dear Mates, BTW ****** SIR Please Help me to resolve the issue!
OR
Is there any other way to do things like this?
pawn Code:
SendClientMessage(playerid, -1, "Random text is {00FF00}green {FFFFFF}color.");

In SSCANF2
pawn Code:
CMD:metype(playerid,params[])
{
new string[256];
format(string,sizeof(string),"I just typed %s",params);
SendClientMessage(playerid, -1 , string);
return 1;
}

FAILLLLLLLLLLLLLLLLLLLLL WTF HELP

Please Help Me My Dear Mates, BTW ****** SIR Please Help me to resolve the issue!
OR
Is there any other way to do things like this?