16.06.2016, 09:38
So guys I've been programming in pawn for a year or two and I still don't understand what's the difference between
and
Code:
stock Something() { return 1; }
Code:
Something() { return 1; }