Skip to content

Kick Bug #704

Open
Open
@nexquery

Description

@nexquery

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;
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnightly

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions