Search found 11 matches

by Fruchtzwerg
Fri Mar 09, 2012 11:16 am
Forum: Announcements and Releases
Topic: Server crashing with latest build 5447
Replies: 0
Views: 28307

Server crashing with latest build 5447

The latest hlds update 48/1.1.2.6/Stdio 5447 has broken wc 3 FT somehow. Our server with amxmodx and wc3mod FT 3.0 is crashing 20 times a round, our other server with adminmod only is running stable like always. Any hints to fix the problem?
by Fruchtzwerg
Sat Aug 14, 2010 4:15 am
Forum: Help/Support
Topic: Can't Load XP
Replies: 4
Views: 3514

Re: Can't Load XP

How did you solve it?
by Fruchtzwerg
Sat Aug 14, 2010 4:14 am
Forum: Help/Support
Topic: Getting XP from version 2 to version 3
Replies: 0
Views: 19331

Getting XP from version 2 to version 3

We have just upgraded to the new version 3, how can we get the old XP from the old sqlite database to the new sqlite database?
by Fruchtzwerg
Mon Jul 03, 2006 12:20 pm
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

You can enter commands in the console and in the chat, the chat commands don't work.
by Fruchtzwerg
Mon Jul 03, 2006 9:58 am
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

vault prune cannot work, there was code missing.
by Fruchtzwerg
Sun Jul 02, 2006 10:52 am
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

But forget it, this version is completly broken: say commands don't work, nightelf has 1000 HP.
by Fruchtzwerg
Sun Jul 02, 2006 9:41 am
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

remove_vaultdata(szID);

right after:
server_print( "[VAULT] Expired removing %s", szID );
by Fruchtzwerg
Mon Jun 05, 2006 4:06 pm
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

If you have a big vault.ini it will increase dramatically the CPU load during mapchange. A mapchange can take up to 5 minutes or more, with the result that players get disconnected.
by Fruchtzwerg
Mon Jun 05, 2006 11:47 am
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

This is my code, and it is wrong! Please correct your code.
by Fruchtzwerg
Mon Jun 05, 2006 7:27 am
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

This is from 2.3.2 pre configured cs/cz: // Prune the database of old records public XP_Prune() { #if ADVANCED_DEBUG writeDebugInfo("XP_Prune", 0); #endif if ( iCvar[FT_AUTO_PRUNING] ) { // Vault pruning (only works with vaults created with version 2.2.8) if ( !iCvar[SV_SQL] ) { new szVault[] = "add...
by Fruchtzwerg
Mon Jun 05, 2006 7:07 am
Forum: Help/Support
Topic: vault.ini gets too big
Replies: 22
Views: 23752

No, its not possible, check the XP_Prune() function and the vault section, there are only some server_prints, but the pruning command is missing.