Color problems [Fast help need + REPP]
#1

Sup guys i want when someone use [GC] Tag in his name the tag colour Change to Red
Reply
#2

I think in maxio give it:


public OnPlayerText(playerid, text[]){

new Cells[144],name[MAX_PLAYER_NAME];
if(strfind(name, "[GC]", true) != -1){
format(Cells, sizeof (Cells), "{ff0000}%s: %s", name, text);
SendPlayerMessageToAll(playerid, Cells);
}else{
format(Cells, sizeof (Cells), "%s: %s", name, text);
SendPlayerMessageToAll(playerid, Cells);
}
return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)