ok hi, im new to amx scripting but its not all new to me verry simmiler to c++ and soon.
i have a question, ive defined a value
#define MAX_SOMETHING 10
if i later on want to chage the vale of that in my script can it be changed(i dnt think so), if not is there an ulternitive to define that works in the SAME way as a define.
becase just dooing MAX_SOMETHING = 20/ "20" give me errors
thanks