07.08.2011, 02:40
It's a good idea but I REALLY recommend that you think about using something other than OnPlayerUpdate. Here are a few tips:
1. You're using a 256 cell string which isn't needed, max of 100 cells.
2. You're pretty much using dini_Int on OnPlayerUpdate which is called a lot if you are moving around.
3. I recommend that you save the information into a variable, not open and write into files constantly.
1. You're using a 256 cell string which isn't needed, max of 100 cells.
2. You're pretty much using dini_Int on OnPlayerUpdate which is called a lot if you are moving around.
3. I recommend that you save the information into a variable, not open and write into files constantly.