08.03.2015, 12:35
Indeed but I've kind of aimed this towards new scripters and didn't want to get into includes and stuff.
You're right I could have done this in a much more convenient way by the method you showed and also other things but I chose not to since that propably be too much to explain to a newbie.
Also another flaw in the script is that you could use the /pos[1-3] command without even having saved a position there and you would (propably) be teleported to 0, 0, 0.
These problems could all be fixed easily but would overwhelm a junior scripter.
Thanks for your feedback, both!
Quote:
The tutorial is neatly structured and very well written but quite outdated and very hard to maintain.
Use a three dimensional array instead. pawn Код:
pawn Код:
|
Also another flaw in the script is that you could use the /pos[1-3] command without even having saved a position there and you would (propably) be teleported to 0, 0, 0.
These problems could all be fixed easily but would overwhelm a junior scripter.
Thanks for your feedback, both!