06.07.2011, 06:17
Um, try to create a custom callback using "forward" and then move everything your saving on OnPlayerDisconnect into the callback. Now under OnPlayerDisconnect, put the custom callback name like "SavePlayerAccount(playerid);" What ever is in your forward, use that.