AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   problem sending message from socket amx to java (https://forums.alliedmods.net/showthread.php?t=319475)

nacknic 11-03-2019 01:53

problem sending message from socket amx to java
 
rvg

nacknic 11-03-2019 04:00

Re: problem sending message from socket amx to java
 
i edit, if someone now, please help :)

E1_531G 11-03-2019 05:12

Re: problem sending message from socket amx to java
 
Quote:

get_user_ip(players[i] , ip[i], charsmax(ip), 1);
client_print(players[i] , print_chat, "%s", ip[i]);
socket_id[i] = socket_open(ip[i], 1991, SOCKET_TCP, error);
You are opening socket using player's ip. Why?

nacknic 11-03-2019 05:24

Re: problem sending message from socket amx to java
 
Quote:

Originally Posted by E1_531G (Post 2671818)
You are opening socket using player's ip. Why?

because the anti cheat will be the server :)
that accept connection from the cs 1.6 server (hlds)


All times are GMT -4. The time now is 02:50.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.