18.08.2018, 19:58
I have a problem with the virtual world "OnPlayerFinishedDownloading". When he entered a minigame, be it, / derby, / minigun, / rocket. This sends me the message that is in "OnPlayerFinishedDownloading" (I guess it is every time it changed virtual world), it also happens when I put the command / exit.
Edit: when I put the "useartwork 0", this does not happen.
PHP код:
public OnPlayerRequestDownload(playerid, type, crc)
{
SendClientMessageToAll(-1, "started");
return 1;
}
public OnPlayerFinishedDownloading(playerid, virtualworld)
{
SendClientMessageToAll(-1, "finished"); //When I go to a minigame, send me this message
return 1;
}
