Forum

Pause timer temporarely

Is it possible to pause the timer. It looks like EventTimeKiller(); only works with DeInit. I would like to pause the timer while I execute some orders and then restart the timer once I have finished executing my orders

void start () problem

Hello, I have a EA that uses void Start () and runs ok on local desktop. It only goes round on every tick if placed on a VPS. I tried replacing void Start with void OnStart() but the problem stays the same. What should I use instead of void Start() and void OnStart() to have my EA go arround