Ability to start background downloads from other virtual world
#3

Code:
public OnPlayerFinishedDownloading(playerid, virtualworld)
{
	new worldid = GetPlayerVirtualWorld(playerid) + 1;
	if(worldid == MAX_VIRTUAL_WORLD)
		return 1;
	else
	{
		SetPlayerVirtualWorld(playerid, worldid);
	}
	return 1;
}
lol
Reply


Messages In This Thread
Ability to start background downloads from other virtual world - by Graber - 18.11.2017, 09:11
Re: Ability to start background downloads from other virtual world - by FufLa - 18.11.2017, 10:39
Re: Ability to start background downloads from other virtual world - by m4karow - 18.11.2017, 11:29
Re: Ability to start background downloads from other virtual world - by Graber - 18.11.2017, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)