17.03.2015, 06:37
Can you help me..
i want to put this on my gm..
and i get this warning
Warning:
Code:
i want to put this on my gm..
and i get this warning
Warning:
Код:
C:\Users\Acer\Desktop\SAMP\pawno\BCRv2.pwn(182) : warning 235: public function lacks forward declaration (symbol "OnIncomingConnection") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Код:
public OnIncomingConnection(playerid, ip_address[], port) { printf("Incoming connection for player ID %i [IP/port: %s:%i]", playerid, ip_address, port); return 1; }