05.04.2016, 00:11
You shouldn't need stock if you organize your gamemode through .pwn include files(for things such as a housing system, a vehicle system, etc). If you are using an include that has certain functions available such as an include displaying additional player data(such as when they joined, their name using a variable rather than through the GetPlayerName function, etc) then most of the time a stock is appropriate since the function isn't going to always be used.