Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: grimvh2
Forum: Code Snippets/Tutorials 02-04-2010, 12:59
Replies: 83
Views: 98,655
Posted By grimvh2
Re: FVault - A new vault system!

;1071607']my comments are useless
Forum: Code Snippets/Tutorials 10-15-2009, 17:07
Replies: 83
Views: 98,655
Posted By grimvh2
Forum: Code Snippets/Tutorials 10-15-2009, 15:45
Replies: 83
Views: 98,655
Posted By grimvh2
Re: FVault - A new vault system!

sorry, double post.

Question :


// Save Data's
new String[85];
formatex(String, 84, "%s %s",data1,data2)

fvault_set_data(g_vault_name, authid, String);
Forum: Code Snippets/Tutorials 10-12-2009, 14:02
Replies: 83
Views: 98,655
Posted By grimvh2
Re: FVault - A new vault system!

Thank you for this vault system :)
Forum: Code Snippets/Tutorials 10-11-2009, 07:25
Replies: 83
Views: 98,655
Posted By grimvh2
Re: FVault - A new vault system!

// How to find all keys within a vault:

new const vaultname[] = "myvault";

new total = fvault_size(vaultname);

new key[32], data[64];
for( new i = 0; i < total; i++ )
{
...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -4. The time now is 13:02.


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