Thread: Some Issues
View Single Post
  #4  
Old 07-16-2007, 11:18 AM
inkubus
Hill Giant
 
Join Date: Feb 2002
Posts: 146
Default

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?
Reply With Quote