0 Members and 1 Guest are viewing this topic.
10-07-17 13:27:42 [*] [Error] MapEnchantments -> (AppOnIdle): Could not call proc
var MyStaticArray: array [0..anything] of byte; MyDynamicArray: array of byte;MyFunction();var i: byte;begin i := GetArrayLength(MyStaticArray); //this will cause error i := GetArrayLength(MyDynamicArray); //this won't SetArrayLength(MyStaticArray, anything+1); //this will cause error too SetArrayLength(MyDynamicArray, anything+1); //this won'tend;
EDIT: VestSpawnWeaponTrigger() causes the same error and I don't know what to do..
Code: [Select]10-07-17 13:27:42 [*] [Error] MapEnchantments -> (AppOnIdle): Could not call proc