Thread: Some Issues
View Single Post
  #5  
Old 07-17-2007, 09:46 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Quote:
Originally Posted by inkubus View Post
snprintf(tmpstr, sizeof(tmpstr), "%s%s%i", zone, spawn->GetName(),Timer::GetCurrentTime());

This is what was causing my problem. You guys should really remove the zone bit. Alot of people use long names in their npc's names. Perhaps just have the ZONEID instead?
What do you mean, "Long Names"? Like first and last? If so, you should use Long_Name <- underscore. The emu will remove the _ character when it displays back.
Reply With Quote