Untitled

Anonymous
plain_text
08/25/2022 7:14 AM
368 B
20
Indexable
		if (speaker && !speaker->isAccountManager() && !speaker->hasCustomFlag(PlayerCustomFlag_HideLevel)) 
		{
			std::string rebirths;
			speaker->getStorage("34362", rebirths);
			uint16_t level = std::max(0, (int32_t)(atoi(rebirths.c_str())));
			msg->add<uint16_t>(level);
		}
Editor is loading...