25.12.2010, 12:41
you mean you wrote "example = CreatePickup(.........);" at OnFilterScriptInit (or however it is called again)..
and somewhere later "new example"?
if yes then that's the problem, as the "example" is defined as a local variable only then, that means it is only defined between the { and the } where you put it...
and somewhere later "new example"?
if yes then that's the problem, as the "example" is defined as a local variable only then, that means it is only defined between the { and the } where you put it...