Error virtual world
#3

Something like this is fine?

PHP код:
public OnPlayerRequestDownload(playeridtypecrc)
{
    
Player[playerid][Ok] = 0;
    
SendClientMessageToAll(-1"started");
    return 
1;
}
public 
OnPlayerFinishedDownloading(playeridvirtualworld)
{
    
Player[playerid][Ok] = 1;
    if(
Player[playerid][Ok] == 1) return 1;
    
SendClientMessageToAll(-1"finished");
    return 
1;

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)