22.06.2010, 09:49
Possibly. The MapAndreas plugin does use some horrible amounts of memory, and calling it every player update... not to wise.
You'd be better off doing some other way, like setting a timer every few seconds. Even if a timer runs every second, it'll still be called less than OnPlayerUpdate.
You'd be better off doing some other way, like setting a timer every few seconds. Even if a timer runs every second, it'll still be called less than OnPlayerUpdate.

