(Caronte Pcode version 2.0)
Get the ip address of the client.
Example.
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse) {
this->Print("Result: " + this->GetClientIP());
return 0;
}