Jump to content
  • 0
Sign in to follow this  
Luffy

[Question] how can i Change the color of Microphone Announce

Question

as the title said,

 

how can i Change the color of Microphone Announce? it seems to appear RED, i want it to be White.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

make it like this: on item_db

 

{
Id: 12221
AegisName: "Megaphone_"
Name: "Megaphone"
Type: 2
Buy: 2
Weight: 10
Upper: 63
Trade: {
nodrop: true
notrade: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
Script: <"
input @megaphone$;
announce strcharinfo(0) + ": " + @megaphone$,bc_all,0xFFFFFF;
end;
">
},
Edited by THPO

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.