ip address

  1. A

    Get Private/Public IPv4 Address

    If you want to get the IP Address,Subnet Mask,Default Gateway,DHCP Server,Primary WINS Server,Secondary WINS Server then use this snippet: const // put this const at the header of the code ADAPTERCAPACITY = 4096 // ADAPTERCAPACITY >= 640 * ADAPTERSCOUNT // make sure to count the number of...
  2. A

    CLEO Help Get/Change My Local IP Address

    I can Get the Server IP Address and Port number using this: 0B39: samp get_current_server_address 1@ port 2@ I know how to change the Server IP and Port in memory. But I was wondering how can I get what my Local IP address is? which applies on this scenarios: My current Local IP Address is...
Top