![]() |
#1 |
Big Clucker
![]() ![]() Join Date: Mar 2013
Location: Germany
Posts: 118
Reputation: 142
|
![]()
I think it would be a great thing to Lerner’s the server start background downloads for other virtual worlds, because some maps would be very big and it would be a pain to start the download just when you want to join that world.
I think we should be able to start background downloads for worlds we know the player will go to, so they can do other things while they don’t use the downloading objects, this to prevent the long wait of downloading and being unable to anything and having to wait when you join the other virtual world. I think scripters will be able to deal wether a player should join or not the virtual world if they haven’t downloaded the world yet. With the existing callback I think is enough. Thanks for reading |
![]() |
![]() |
![]() |
#2 |
Big Clucker
![]() ![]() Join Date: Sep 2009
Posts: 185
Reputation: 25
|
![]()
Can't you just add these models for the virtual world 0? AFAIK they should still be available in other virtual worlds.
|
![]() |
![]() |
![]() |
#3 |
Huge Clucker
![]() ![]() ![]() Join Date: Oct 2015
Posts: 268
Reputation: 16
|
![]() Code:
public OnPlayerFinishedDownloading(playerid, virtualworld) { new worldid = GetPlayerVirtualWorld(playerid) + 1; if(worldid == MAX_VIRTUAL_WORLD) return 1; else { SetPlayerVirtualWorld(playerid, worldid); } return 1; } |
![]() |
![]() |
![]() |
#4 |
Big Clucker
![]() ![]() Join Date: Mar 2013
Location: Germany
Posts: 118
Reputation: 142
|
![]()
yeah, and the player will get tired of waiting ON SERVER JOIN (which is worse) while connecting and disconnect!
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
virtual world | ApolloXD | Scripting Help | 5 | 13/10/2016 11:16 AM |
[Ajuda] Virtual World | MoonRey | Português/Portuguese | 3 | 30/07/2013 11:00 PM |
max virtual world. | audriuxxx | Scripting Help | 6 | 16/06/2013 12:38 PM |
[Ajuda] Virtual World | Hydra_RuleZ | Português/Portuguese | 13 | 09/09/2012 03:57 PM |
cmd only for virtual world 2? | Pro_Scriptor | Scripting Help | 7 | 18/07/2012 07:50 AM |