Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

привязка ип

Ноя
204
10
Продавец
привязка:
new sIP[16];
    new sPort = GetConsoleVarAsInt("port");
    GetConsoleVarAsString("bind", sIP, sizeof(sIP));
    if(strcmp(sIP, "127.0.0.1", true, 16)!=0 || sPort != 7777)
    {
        GameModeExit();
        print("прошел");
        return 1;
    }
      else
      {
      print("не прошел");
      }
 
Сверху