View Single Post
Visual77
Veteran Member
Join Date: Jan 2009
Old 01-20-2018 , 13:00   Re: New API and Syntax
Reply With Quote #902

Hi. Can anyone explain the difference between using a timer and RequestFrame.
Which one is better? I assume that RequestFrame fires during mapchange aswell. Anyway to prevent that?

1. CreateTimer(0.1, doSomething, client, TIMER_FLAG_NO_MAPCHANGE);
2. RequestFrame(doSomething, client);
Visual77 is offline