E
er453r
Guest
Is adding to a fuction (eg. sv_gravity) possible?
//I mean, we have:
sv_gravity 600
//and we can write:
sv_gravity 700
//but can we write something like =+ in c++?
sv_gravity =+100
//so it was 600, and now is 600+100=700
thx in advance 4 answers
//I mean, we have:
sv_gravity 600
//and we can write:
sv_gravity 700
//but can we write something like =+ in c++?
sv_gravity =+100
//so it was 600, and now is 600+100=700
thx in advance 4 answers