28.10.2014, 19:04
(
Последний раз редактировалось Mic_H; 29.10.2014 в 17:45.
)
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; }
- Its inside FilterScript
- a_samp is the only include added
- Only one filterscript added, for testing
- I can see "Incoming Connection IP:Port" in Server prompt but not ma custom message