01.01.2015, 16:25
Quote:
It is said on the Wiki that some functions like GetPlayerPos might not return correct results when called under OnPlayerDisconnect, the reason for this is the player is already reported as disconnected, your problem therefore could be in the IsPlayerConnected check.
So, save your data to variables and update them when they should be then just write them when a player disconnects. |
Can you explain me better the system? (Sorry I'm bad in english...)
EDIT:
I have created a /savechars command, the same thing happens.