Raised This Month: $ Target: $400
 0% 

Solved Saving all of this in nVault?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 06-10-2018 , 10:09   Re: Saving all of this in nVault?
Reply With Quote #1

Code:
[nVault Array] Can only use nvault_get_array() on data that was saved using nvault_set_array().
Based on the error it looks like you may have already stored data in string format under the same vault file and key for the player. When nvault_array attempts to load the data, it finds a string instead of the nvault_array-formatted data so it throws the error. If using nvault_array on a vault file that was previously used with nvault_set(), you must prune everything or use a new vault file.
__________________
Bugsy is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode