18.02.2017, 21:50
(
Последний раз редактировалось Nin9r; 18.02.2017 в 22:46.
)
My server is lagged and I saw somewhere that using ONPLAYERUPDATE script cause lag on a server. I don't use any line there but i made a 1000ms timer where i put almost 2,400 script lines. Could it be the cause of the lag?
Example:
ongamemoedinit:
and
Example:
ongamemoedinit:
Код HTML:
SetTimer("timer", 1000, 1);
Код HTML:
forward timer(); public timer() { almost 2,400 script lines return 1; }