• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Issue with array

Joined
Jan 9, 2009
Messages
614
Reaction score
152
So I'm doing emoji's for GunZ, and I'm trying to do it as a map for a char & string. the string part is working fine, but my chars don't see to be. Here's what I mean:

m_Emojis['<3'] = "love.png"; // it completely ignores the <, so if i type 3 it creates the emoji. I can't figure out why it's doing that or how to get it to read both bytes.
 
Back
Top