21.06.2017, 13:05
I looked at the YSI file and it's the OnPlayerDisconnect hook. Do you by any chance have this in your script?
This callback must have the second parameter as well:
pawn Код:
public OnPlayerDisconnect(playerid)
pawn Код:
public OnPlayerDisconnect(playerid, reason)