So i have strings "Test1", "Test2", "Test3", "Test4" and so on.
Any way to get integer from it? 1,2,3,4
Without
if (a = "Test1") b := 1;
else if (......
I download last herc.
mmo.h #define PACKETVER 20140205
login
inter: {
// The login server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: "127.0.0.1"...