OnPlayerFinishedDownloading

From SA-MP Wiki

Jump to: navigation, search


This callback was added in SA-MP 0.3.DL and will not work in earlier versions!


Description:

This callback is called when a player finishes downloading custom models. For more information on how to add custom models to your server, see the release thread and this tutorial.


Parameters:
(playerid, virtualworld)
playeridThe ID of the player that finished downloading custom models.
virtualworldThe ID of the virtual world the player finished downloading custom models for.


Return Values:

This callback does not handle returns.


Image:32px-Ambox_warning_orange.png

Note

This callback is called every time a player changes virtual worlds, even if there are no custom models present in that world.


Example Usage:

public OnPlayerFinishedDownloading(playerid, virtualworld)
{
    SendClientMessage(playerid, 0xffffffff, "Downloads finished.");
    return 1;
}

Related Callbacks

The following callbacks might be useful as well, as they are related to this callback in one way or another.

Personal tools
Navigation
Toolbox