ID:177979
![]() Jul 6 2002, 1:17 am
|
|
How would i make a code that auto saves every player in the world every min? And it sasy Auto saving...Saved!
|
Copyright © 2025 BYOND Software.
All rights reserved.
New()
spawn while(1)
sleep(600)
[saving code]
return ..()
i think that should work