Yeah, wondering how I do Coloured text on private servers? Like, what is the code? +Rep to guy who can supply a location where the code is, or post it.
Yeah, wondering how I do Coloured text on private servers? Like, what is the code? +Rep to guy who can supply a location where the code is, or post it.
you can't..... it's just like live
You can, I'm on a server with a bunch of people talking with colored text...
like green and such?
give us a screenshot please
Pretty much, you enter this code in or something, and in the code, you put a Color Code for your color.
Alrighty, just gotta get the SS.
Last edited by kalish; 12-09-2007 at 10:14 PM.
!COLOR="Red"] insert text !/COLOR]
! = [
Last edited by Dryice; 12-09-2007 at 10:15 PM.
BEHOLD! The Coloured Text... 2 examples![]()
It's a hack you can download. Several people use it on my server also. No coding involved... You just DL the mod & done..You choose the color.
Link is : edgeofnowhere.cc/viewtopic.php?t=365505
Enjoy!
Last edited by ggace; 12-10-2007 at 12:09 AM.
Ok found a Way to type in colors, Only for private servers though.
Make a macro with these in them, And then once it is pasted in there, At the end of the Macro you should see 'So.' Change that to what you want it to say outloud.
Red Text:
/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("124cffff0900124Hitem:19:0:0:0:0:0:0:124h" ..msg.. "124h124r",type,lang,chan);end;
So.
Orange Text:/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("124cffff5000124Hitem:19:0:0:0:0:0:0:124h" ..msg.. "124h124r",type,lang,chan);end;
So.
Black Text:
/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("124c01010100124Hitem:19:0:0:0:0:0:0:124h" ..msg.. "124h124r",type,lang,chan);end;
So.
Blue Text:
/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("124c00002550124Hitem:19:0:0:0:0:0:0:124h" ..msg.. "124h124r",type,lang,chan);end;
So.
Nom Nom Nom :P