Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Exolent[jNr]
Forum: Code Snippets/Tutorials 06-25-2012, 09:40
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

That has nothing to do with the include. What makes you think FVault is causing this? Also, it looks like you are using Non-Steam anyway.
Forum: Code Snippets/Tutorials 02-06-2011, 23:22
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Sorry, I thought I had fixed that already, but it is fixed now. Also, I added fvault_load() to the include.
Forum: Code Snippets/Tutorials 02-06-2010, 14:20
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

That only happens if you save data in global variables and don't save until client_disconnect/plugin_end.
If you save data right when it changes, that problem won't happen.
Forum: Code Snippets/Tutorials 01-25-2010, 14:48
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Here is a note about some of the functions/examples:

Looping through the vault for each key is VERY BAD!

Here is a better substitution:stock fvault_load( const szVaultName[ ],...
Forum: Code Snippets/Tutorials 10-15-2009, 16:51
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

parse( ) or strbreak( )
By the way, that has nothing to do with FVault.
Forum: Code Snippets/Tutorials 10-12-2009, 13:14
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Thanks. It has been fixed.
Forum: Code Snippets/Tutorials 09-21-2009, 10:35
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

I guess I forgot fvault_remove_key( ) doesn't return a value.
My post has been edited.
Forum: Code Snippets/Tutorials 09-21-2009, 10:16
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

That would remove all keys, not just that one.
If you want to remove one key for the timestamp, then you would do something like this:stock fvault_prune_key( const szVault[ ], const szKey[ ], const...
Forum: Code Snippets/Tutorials 08-12-2009, 16:22
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Added 3 new functions and updated 2.

New:

/**
* Sets data of a key permanently (can't be removed with fvault_prune)
*
* @param vaultname Vault name to look in
* @param key Key name...
Forum: Code Snippets/Tutorials 09-02-2008, 17:56
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Updated!
Fixed fvault_set_data()
Fixed fvault_get_keyname()
Fixed fvault_get_keynum()
Fixed fvault_get_vaultname()
Fixed fvault_get_vaultnum()
Changed fvault_size()
Forum: Code Snippets/Tutorials 09-01-2008, 12:59
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Updated:
Fixed fvault_set_data()
- Thanks atomen
Fixed description for fvault_remove_key()
- Thanks atomen
Forum: Code Snippets/Tutorials 08-25-2008, 15:40
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
Re: FVault - A new vault system!

Updated:
Added fvault_remove_key()
Added fvault_clear()
Fixed compile error "define"
- Thanks atomen for pointing out
Fixed bug in fvault_get_keyname()
- Thanks atomen for pointing out
Forum: Code Snippets/Tutorials 08-24-2008, 17:23
Replies: 83
Views: 99,056
Posted By Exolent[jNr]
FVault - A new vault system!

I created this for a few reasons:
This does not require any special modules. All that is required is:#include <amxmodx>
#include <fvault>
Has the ability to iterate through all vault names and...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 08:34.


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