Quote:
Originally Posted by cbk1994
You should avoid using var as a variable name. There are some strange issues with it in some contexts that make it worth avoiding in all instances.
|
There
was some strange issues with it. That was fixed back in 08, so no need to avoid using 'var'.
Quote:
Originally Posted by Stefan
Ok the npcserver has been updated, you can now use "var" as function parameter and variable name again. The built-in values "NULL", "true", "false" and "pi" also work as function parameter names again instead of displaying an error.
|