Raised This Month: $ Target: $400
 0% 

Remember more values with nVault?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 06-16-2020 , 19:32   Re: Remember more values with nVault?
Reply With Quote #2

A few options:

4-byte integers you would need to store side by side in a string "434 34343 3141414" and then parse when retrieved
2-byte integers - You can fit 2 into a 4-byte integer and save as a single integer value
1-byte integers - You can fit 4 into a 4-byte integer and save as a single integer value

String or float values
Pack side by side, similar to the 4-byte integer way above "string1" "string2" "string3"

OR use nVault Array and storing anything is simple
__________________

Last edited by Bugsy; 06-16-2020 at 19:34.
Bugsy is offline
 



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 16:58.


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