ID:159501
Feb 27 2009, 2:16 pm
|
|
How do i make a save where it will save Everybody who is currently onlines Data
|
Feb 27 2009, 3:23 pm
|
|
In response to Choka
|
|
It would be a good idea to have the procedure names differ from each other, don't want to accidentally called Save() when you wanted just mob.Save()
The way I would do it would be to loop through the clients and save their mobs; tiny bit more efficient (and less typing) but probably the difference is insignificant proc/Save_All() To make an auto-global save, spawn an infinite loop function (with a sleep delay!) which will save all mobs: world/New() |
In response to GhostAnime
|
|
What's up with the spawn()...?
|
In response to Choka
|
|
Anti-Copying Mechanism.
|