Error virtual world
#1

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.

PHP код:
public OnPlayerRequestDownload(playeridtypecrc)
{
    
SendClientMessageToAll(-1"started");
    return 
1;
}
public 
OnPlayerFinishedDownloading(playeridvirtualworld)
{
    
SendClientMessageToAll(-1"finished"); //When I go to a minigame, send me this message
    
return 1;

Edit: when I put the "useartwork 0", this does not happen.
Reply


Messages In This Thread
Error virtual world - by SapMan - 18.08.2018, 19:58
Re: Error virtual world - by J0sh... - 18.08.2018, 23:39
Re: Error virtual world - by SapMan - 18.08.2018, 23:52
Re: Error virtual world - by Undef1ned - 30.08.2018, 04:00
Re: Error virtual world - by CantBeJohn - 30.08.2018, 12:49
Re: Error virtual world - by SapMan - 30.08.2018, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)