View Single Post
FerSave
New Member
Join Date: Jul 2018
Old 07-07-2018 , 01:16   Re: FVault - A new vault system!
Reply With Quote #82

Quote:
Originally Posted by Exolent[jNr] View Post
[*]
PHP Code:
/**
 * Gets all vault keys, data, and timestamps
 * 
 * @param        vaultname - Vault name to look in
 * @param        keys - cellarray holding all of the keys
 * @param        datas - cellarray holding all of the data values
 * @param        timestamps - cellarray holding all of the timestamps
 * 
 * @return        Returns total number of entries in vault
 * 
 * @note        keys needs to be created like this: ArrayCreate(64)
 *             datas needs to be created like this: ArrayCreate(512)
 *             timestamps need to be created like this: ArrayCreate()
 */
fvault_load(const vaultname[], Array:keys=Invalid_Array, Array:datas=Invalid_Array, Array:timestamps=Invalid_Array//line 641 
I got this error.
i tried fixing it myself without success.
Attached Thumbnails
Click image for larger version

Name:	fvault.png
Views:	440
Size:	2.8 KB
ID:	170388  
FerSave is offline