error 025: function heading differs from prototype || It happens after including streamer.inc!
#2

The error/warning is from streamer.inc file and not your script. The mistake you did though is:
pawn Код:
public OnPlayerDisconnect(playerid)
however, that callback has 2 parameters. Change it to:
pawn Код:
public OnPlayerDisconnect(playerid, reason)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)