AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   [INC] SQLVault (https://forums.alliedmods.net/showthread.php?t=146849)

Exolent[jNr] 01-18-2011 13:03

Re: [INC] SQLVault
 
So this only happens when more than 1 plugin is using it (or really just more than 1 vault opened)?

drekes 01-18-2011 13:15

Re: [INC] SQLVault
 
No, the previous plugin isn't running anymore. Only test.amxx is using sqlvault now.
And there's only 1 vault opened in there.

edit: plugins.ini
Code:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx        ; admin base (required for any admin-related)
;admin_sql.amxx        ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx        ; basic admin console commands
adminhelp.amxx        ; help command for admin console commands
adminslots.amxx        ; slot reservation
multilingual.amxx    ; Multi-Lingual management

; Menus
menufront.amxx        ; front-end for admin menus
cmdmenu.amxx        ; command menu (speech, settings)
plmenu.amxx        ; players menu (kick, ban, client cmds.)
;telemenu.amxx        ; teleport menu (Fun Module required!)
mapsmenu.amxx        ; maps menu (vote, changelevel)
pluginmenu.amxx        ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx        ; console chat commands
antiflood.amxx        ; prevent clients from chat-flooding the server
scrollmsg.amxx        ; displays a scrolling message
imessage.amxx        ; displays information messages
adminvote.amxx        ; vote commands

; Map related
nextmap.amxx        ; displays next map in mapcycle
mapchooser.amxx        ; allows to vote for next map
timeleft.amxx        ; displays time left on map

; Configuration
pausecfg.amxx        ; allows to pause and unpause some plugins
statscfg.amxx        ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx        ; restrict weapons menu
statsx.amxx        ; stats on death or round end (CSX Module required!)
;miscstats.amxx        ; bunch of events announcement for Counter-Strike
;stats_logging.amxx    ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
; ctbanner.amxx debug
; dodgeball.amxx debug
; test2.amxx debug
; drop_all_weapons.amxx
; amx_super_main.amxx
; amxsuper_p.amxx
; fade_round_end.amxx debug
; amx_gag_drekes.amxx debug
; watchlist.amxx debug
; string_replacement_test.amxx debug
test.amxx debug


Exolent[jNr] 01-18-2011 14:04

Re: [INC] SQLVault
 
I tried something different to load the SQLite module and it worked so it doesn't have to be manually turned on anymore.

Notice: Both includes have been updated to v0.0.2!

drekes 01-18-2011 14:18

Re: [INC] SQLVault
 
works like a charm now.

Thanks

Exolent[jNr] 01-18-2011 14:19

Re: [INC] SQLVault
 
Thank you for reporting :)

PsYChOPaTiQuE 01-29-2011 06:32

Re: [INC] SQLVault
 
Why we can't download the .inc file?

fezh 01-29-2011 11:08

Re: [INC] SQLVault
 
Quote:

Originally Posted by PsYChOPaTiQuE (Post 1402157)
Why we can't download the .inc file?

As it seems there are broken attachments because of the downtime.

PsYChOPaTiQuE 01-30-2011 17:21

Re: [INC] SQLVault
 
Someone can give me the .inc please?

Arkshine 01-30-2011 17:40

Re: [INC] SQLVault
 
I've reattached the files.

@Exolent[jNr] : Please check if the it's the right files.

Exolent[jNr] 01-30-2011 18:05

Re: [INC] SQLVault
 
Quote:

Originally Posted by Arkshine (Post 1403394)
I've reattached the files.

@Exolent[jNr] : Please check if the it's the right files.

Your extended version was not the latest so I updated it.


All times are GMT -4. The time now is 17:24.

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