02.08.2014, 17:11
Let's consider such a native function:
Someone decides he needs to add two integers. He comes up to the idea to delete those 'Float' tags. His new function looks like this:
The question is... how do I perform type checking inside plugin? Because of security and code stability reasons
Код:
native AddTwoFloats( Float:a, Float:b );
Код:
native AddTwoFloats( a, b );