OnIncomingConnection Help
#1

OnIncomingConnection is not being called at all. I was using it for testing how efficient it is, and it didnt even do anything.
Код:
public OnIncomingConnection(playerid, ip_address[], port)
{
    printf("Incoming connection for player ID %i[IP/port: %s:%i]", playerid,ip_address, port);
    return 1;
}
  1. Its inside FilterScript
  2. a_samp is the only include added
  3. Only one filterscript added, for testing
  4. I can see "Incoming Connection IP:Port" in Server prompt but not ma custom message
Reply


Messages In This Thread
OnIncomingConnection not being called - by Mic_H - 28.10.2014, 19:04
Re: OnIncomingConnection Help - by AroseKhanNiazi - 28.10.2014, 19:11
Re: OnIncomingConnection Help - by Mic_H - 28.10.2014, 19:19
Re: OnIncomingConnection Help - by Mic_H - 29.10.2014, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)