doesnt refresh every sec it refresh every 60 seconds

If your Stat() proc sleeps anywhere, it will delay the next call to Stat() until that sleep is finished. If sleep() is anywhere in Stat() or any procs called from Stat(), it's more than likely wrong.
I'll try to look over for any sleep() that may be in Stat()
No there's no sleep in Stat()
There's one other potential cause for this. world.realtime is slightly inaccurate because it's a really big number.

Try swapping all the world.realtime in the code I gave you with world.time. It's less reliable than realtime, but it shouldn't suffer from the rounding errors that world.realtime does.

If that doesn't work, then the problem rests with your codebase.
Ok i'll try this thank you!
It worked it is refreshing evry seconds now!but it is weird because I still see no world.log i've put
but the the second work properly even if I've put a world.log in stat() panel???
nvm it just worked!
because of the New() override my file error.txt(called in New()) wasnt working but when I fixed it it does that the world log goes in that file so I just checked and all the world.log are in the file but I will remove them because it'll spam too much for nothing but thank you m8 for you help it is greatly appreciate and if I need help with anything else even if it is in the source code could you still help me?
even if it is in the source code could you still help me?

I'm less inclined to help you with code problems in that case, but I am willing to help you understand theory. You just have to apply it yourself.

You really need to read some resources though. Ignoring what we say and just doing your own thing is only hurting you. It doesn't hurt us. Just start a new thread if you run into trouble.
Yea what I'll do is that when I dont know what does this code do I,Ll go see BYOND guides and every time I need infos I'll try to learn from there and if I'm really stuck I'll ask you all for help!

A great thank again Ter I greatly appreciate what you did here!
Page: 1 2 3 4 5