Open
Description
If you use the Kick function in the OnPlayerFinishedDownloading callback, the player cannot connect to the server and tries to reconnect.
This issue also happens in RC2 version.
Version I am using: open.mp server (1.0.1.2552) from commit 12a695240795d3478e86dc664a9e2aae4f8ba041
Video: https://www.youtube.com/watch?v=OSZAWkZTPM4
Code:
public OnPlayerFinishedDownloading(playerid, virtualworld)
{
Kick(playerid);
return 1;
}