07.02.2011, 09:35
I would like to know how much memory the function DeletePVar takes each time its beeing called.
I'm working with a lot of temporal player vars while using dialogs. I forgot to delete the player vars each time a player exists his dialog, so I made a global function whitch deletes all the posible pvars that I have ever used in dialogs. I call this function each time a player needs some dialog-pvars to get deleted, but I don't want to check each pvar.
Will that make my server lag or what? I would like to know what would be the results of using my function whitch deletes about 100 player vars each time.
Thank you.
I'm working with a lot of temporal player vars while using dialogs. I forgot to delete the player vars each time a player exists his dialog, so I made a global function whitch deletes all the posible pvars that I have ever used in dialogs. I call this function each time a player needs some dialog-pvars to get deleted, but I don't want to check each pvar.
Will that make my server lag or what? I would like to know what would be the results of using my function whitch deletes about 100 player vars each time.
Thank you.