#1 19-09-2019 10:17

Stizz
Registered: 19-09-2019
Posts: 3

Compile error on cleo for gta sa

I was going to compile a .cs file for cleo and this happening, can anyone know how to solve it?

HSgW092.png

Last edited by Stizz (19-09-2019 10:18)

Offline

#2 23-09-2019 00:31

Seemann
Registered: 07-08-2006
Posts: 2,155

Re: Compile error on cleo for gta sa

Sanny Builder is not aware of what Actor.Defined is. It might a custom class that is not present in the original classes.db file that is distibuted with Sanny Builder. You might want to ask the script author to provide the classes.db that contains definitions for actor.defined and update your classes.db.

Or you may replace Actor.Defined with an actual opcode - in this case it's most likely will be

056D:   actor 2@ defined

Offline

#3 24-09-2019 07:23

Stizz
Registered: 19-09-2019
Posts: 3

Re: Compile error on cleo for gta sa

Seemann wrote:

Sanny Builder is not aware of what Actor.Defined is. It might a custom class that is not present in the original classes.db file that is distibuted with Sanny Builder. You might want to ask the script author to provide the classes.db that contains definitions for actor.defined and update your classes.db.

Or you may replace Actor.Defined with an actual opcode - in this case it's most likely will be

056D:   actor 2@ defined

Thank you!

Offline

Board footer

Powered by FluxBB