Quote:
Originally Posted by Sma_X
Quote:
Originally Posted by Mikep.
Is OnPlayerEnterCheckpoint used in this plugin? OnPlayerEnterDynamicCP is called like 1 second after I enter checkpoints, which isn't really ideal.
|
Perhaps it's called so late because you've setted Streamer_TickRate(rate); too high.
|
That has nothing to do with OnPlayerEnterCheckpoint. It's quicker to use OnPlayerEnterCheckpoint rather than distance checks..