18.12.2015, 07:27
Okay, I have a few questions.
- Why did you use that horrible pragma?
- Why are you saving a variable that's only valid for as long as the player is ingame? Think about it, does it make sense for me to gain a killstreak of 200, leave, join the game a few days later and still having that killstreak?
- Okay, so you've decided you want to save these stats. Then why did you choose Dini? It has been proven over and over that Dini is horribly slow.
- I think of released scripts as a source for people who want to learn. For this to hold up, the code has to be documented. However, your code contains hardly any comments. I sincerely doubt you even made this yourself. Rather, I think that you just copied code from other scripts and mashed it together.
- Why did you use that horrible pragma?
- Why are you saving a variable that's only valid for as long as the player is ingame? Think about it, does it make sense for me to gain a killstreak of 200, leave, join the game a few days later and still having that killstreak?
- Okay, so you've decided you want to save these stats. Then why did you choose Dini? It has been proven over and over that Dini is horribly slow.
- I think of released scripts as a source for people who want to learn. For this to hold up, the code has to be documented. However, your code contains hardly any comments. I sincerely doubt you even made this yourself. Rather, I think that you just copied code from other scripts and mashed it together.