View Single Post
ZaX
Senior Member
Join Date: Jan 2015
Old 11-21-2019 , 06:38   Re: [TUT] nVault Top 15
Reply With Quote #20

Quote:
Originally Posted by Bugsy View Post
OciXCrom, it's needed to make the compiler happy when working with enumerator sized arrays.

This is the issue. Your vault contains regular and array records. If this vault file was previously used for other purposes that used regular vault records, you need to delete it and start fresh. A vault can contain both types of records, but for a given key, it should be either regular data or array data.
Code:
L 11/19/2019 - 12:40:18: [AMXX] Plugin says: [nVault Array] Can only use nvault_get_array on data that was saved using nvault_set_array().
No, I didnt use the vault for other purposes, I even tried to change the name of the vault and store the data again and its still the same
ZaX is offline