asdf0523

Member
Code:
               World.Broadcast(0x35, true, "Results...");
                        World.Broadcast(0x36, true, "Five Numbers Matched : {0}", fivenumberwinners);
                        World.Broadcast(0x36, true, "Four Numbers Matched : {0}", fournumberwinners);
                        World.Broadcast(0x36, true, "Three Numbers Matched : {0}", threenumberwinners);
                        World.Broadcast(0x36, true, "Two Numbers Matched : {0}", twonumberwinners);
                        World.Broadcast(0x36, true, "One Number Matched : {0}", onenumberwinners);
                        totalwinningtickets = fivenumberwinners + fournumberwinners + threenumberwinners + twonumberwinners + onenumberwinners;
                        World.Broadcast(0x36, true, "Total Winning Tickets : {0}", totalwinningtickets);

These are some prompt, each player can see, how do I modify to be able to read Chinese, I changed after the Chinese, error, "???????????"
 
I already told you in your other thread how to fix this. Ascii does not contain Chinese characters so you need to change the second parameter to false.
 

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back