View Single Post
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 05-19-2013 , 14:14   Re: Error and warning messages
Reply With Quote #8

Quote:
Originally Posted by rhelgeby View Post
error 012: invalid function call, not a valid address

Some additions to the description:
The symbol is not a function. You've used a variable name as the name of a function, usually after renaming a function to a name that's already used by a variable.

It might be hard to figure out such errors, because it cause a lot of other side effects that might confuse people. Sometimes it helps to just comment out code that the compiler is complaining about and see if there are other errors that should be fixed first.
Good practice of naming, spacing, and capitalizing stuff prevents most errors outright, or makes them trivial to locate/fix.

That and not abusing the preprocessor
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline