Ogıl. wrote on August 8, 2018, 1:54 pm:
Moze ali stock nije namenjen za to.
A “stock†function is a function that the pawn parser must “plug into†the pro-
gram when it is used, and that it may simply “remove†from the program (without
warning) when it is not used. Stock functions allow a compiler or interpreter to
optimize the memory footprint and the file size of a (compiled) pawn program:
any stock function that is not referred to, is completely skipped —as if it were
lacking from the source file.
A typical use of stock functions, hence, is in the creation of a set of “libraryâ€
functions. A collection of general purpose functions, all marked as “stock†may
be put in a separate include file, which is then included in any pawn script. Only
the library functions that are actually used get “linked†in
Reference - Pawn Language Guide