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

Luffy

New member
Messages
303
Points
0
Location
#DDos
Emulator
as the title said,

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

 
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;
">
},
 
Last edited by a moderator:
default_wink.png
  thanks m/

 
Back
Top