25.01.2015, 18:53
Just create a function for it, it's more efficient and easier to change.
When you use a function many times, your amx will only hold a call to the function.
When you use a define, your amx will hold many copies of the same code and will eventually be much larger.
When you use a function many times, your amx will only hold a call to the function.
When you use a define, your amx will hold many copies of the same code and will eventually be much larger.