16.10.2016, 18:17
Quote:
But why should I do that? I am planing using that function only two times...
|
If you want the function to assign the value to a variable/array passed by reference, then add "&" without the double quotes to the variable/array passed by reference in the function's arguments.
The function will then be used the same way as GetPlayerHealth, for example.
About the reparse error/warning, only do it if you get the error...