• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Scripts optimizations

ntmr

hi!
Senator
Joined
Jul 7, 2007
Messages
1,835
Reaction score
15
Location
Santa Catarina, Brazil
I was doing some optimizations on my server scripts and I was in doubt about events.

When a player login, an event is registered:
Code:
registerCreatureEvent(cid, "PlayerDeath")

But... If the player logout without dying? The event continue registered?

If yes, can it cause an unnecessary memory spent?
 
If this ever was a memory leak it should be fixed now.
 
Back
Top