View Single Post
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 05-19-2013 , 12:16   Re: Error and warning messages
Reply With Quote #7

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.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)

Last edited by rhelgeby; 05-19-2013 at 12:18.
rhelgeby is offline
Send a message via MSN to rhelgeby