08.02.2017, 00:53
Because GetVehiclePoolSize function is called only once, its returned value is saved into pawn's VM memory. That should be faster than always calling a function that will be passing a value from some other place in memory. Basically there is less code abstraction (probably not best way to explain it but my mind is empty atm.)