gms_optimize_set_sendspeed
Usage: gms_optimize_set_sendspeed ( type )
Description
Changes the speed at which variables will be sent.
type should be one of the spc_* constants:
-lt_fullfps: 30x/second
-lt_half: 15x/second
-lt_twenty: 20x/second
-lt_supersave: 5x/second
-lt_second: 1x/second
If you change this value, you should change
gms_optimize_set_spc too. If you choose a low send rate (like lt_second), you should choose a 'smoothen'-technique. If you choose a higher speed, you should choose an 'interpolate'-technique.
Replies (4)
Last message on 28 Dec 2020
server_optimize_set_spc link is broken
should be gms_optimize_set_spc
Size43
(Administrator)
on
28 Dec 2020, 13:15:30
Thanks, fixed!
Only lt_fullfps is working properly, other options will cause the player to be out of sync, and changing gms_optimize_set_spc won't help.
Size43
(Administrator)
on
24 Jul 2019, 21:29:57
What's the reason you're trying to change this setting?