PDA

View Full Version : Noob mod question



pencil
08-11-2009, 09:35 AM
I have a gametype mod and I tried to add a custom weapon based on an existing weapon with minor changes. I then add a line to put it in the default inventory. When I try to play the mod the game crashes with the following error:

Critical: appError called:
Critical: Can't bind to native class MODNAME.UTWeap_CUSTOMWEAPON

Any ideas what could be causing this error? Thank you.

FakeTruth
08-11-2009, 09:40 AM
You probably have "native" in your class declaration

pencil
08-11-2009, 11:13 AM
Thank you! That fixed it.