Timers not working
#1

I have multiple timers in my GameMode, some stop working when passing 30 users or less, what is that?
Reply
#2

Hello!Could you please check your server.cfg and "maxplayers",because player limit is very important factor for server.Some scripts(actually rare if honest) sometimes are depending on the players count.So try making bigger limit,add more slots.But there will be appearing another factor.The more players you allow,the more internet/computer resources will be used(but these days internet connections and pc power is huge,so it won't be a problem,but just sayin').
P.S sorry if it won't help,i logged in for first time,for a loooooong time and I forgot maany things.
Reply
#3

Show your code So we can see your code which section that not working well or have problem
Reply
#4

Of course, here are the timers that stop working: http://pastebin.com/23wprxJf (works every second)

Speedometer (works every 300 ms):
http://pastebin.com/Xh0HkFj4
Reply
#5

Quote:
Originally Posted by Kittylol
Посмотреть сообщение
Hello!Could you please check your server.cfg and "maxplayers",because player limit is very important factor for server.Some scripts(actually rare if honest) sometimes are depending on the players count.So try making bigger limit,add more slots.But there will be appearing another factor.The more players you allow,the more internet/computer resources will be used(but these days internet connections and pc power is huge,so it won't be a problem,but just sayin').
P.S sorry if it won't help,i logged in for first time,for a loooooong time and I forgot maany things.
#undef MAX_PLAYERS
#define MAX_PLAYERS (100)

CFG: maxplayers 100
Reply
#6

I solved correctly placing KillTimer other foreach timers and updated to latest version. Thanks to colonel-top by the support by private message.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)