Fake Connection

Posted by Bountywolf
Could I make a fake player that can sit in the rooms while the rooms generate or would I always need accounts on for when the maps go down for regeneration

Replies (1)

Last message on 5 Jan 2018

Size43 (Administrator) on 5 Jan 2018, 16:19:39
You'd have to leave your (or someone else's) PC on the entire day.

It might be easier to simulate the things that happened while nobody was in the room using gms_time(), which is a timer that will always increase even if nobody is online. You could use it to calculate the amount of time since someone was last online, then simulate everything that happened between then and now.