26.11.2015, 10:14
Theoretically they're two different things because the first one returns the value returned by SendClientMessage (which is usually 1) while the other one just returns 0.
For readability reasons, however, I prefer to always put a return statement on a line of its own. I don't even begin to read code that's all crammed together with zero whitespace (= spaces, tab, or newlines).
For readability reasons, however, I prefer to always put a return statement on a line of its own. I don't even begin to read code that's all crammed together with zero whitespace (= spaces, tab, or newlines).