05.08.2011, 04:35
@ Chrillzen
I will, im actually still learning better optimizing techniques, and when im confident i know what im doing completely i will be sure to add alot more examples. BTW the example in the command can be used anywhere in the script.
Basically:
- Use global strings and try use the least amount of strings, also watching the cell usage. (Use 1 string for say all of your fomat strings, and one for all of the times you get a player name etc)
- Use fast proccessors/functions and code things in clean indentation and structure your codes as efficent as possible, also try keep the least amount of lines in a script(Naturally will be easier to proccess)
Feel free to post any/better ways to code efficently as im still learning.
I will, im actually still learning better optimizing techniques, and when im confident i know what im doing completely i will be sure to add alot more examples. BTW the example in the command can be used anywhere in the script.
Basically:
- Use global strings and try use the least amount of strings, also watching the cell usage. (Use 1 string for say all of your fomat strings, and one for all of the times you get a player name etc)
- Use fast proccessors/functions and code things in clean indentation and structure your codes as efficent as possible, also try keep the least amount of lines in a script(Naturally will be easier to proccess)
Feel free to post any/better ways to code efficently as im still learning.