[GameMode] Team Fortress 2 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (
https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Team Fortress 2 (
/showthread.php?tid=398015)
Re: Team Fortress 2 -
SecretBoss - 28.09.2015
Quote:
Originally Posted by ALiScripter
Was the bump needed? you can read the thread or simply use CTRL + F to find.
|
Download and build yourself
Re: Team Fortress 2 -
JJohnson1 - 28.09.2015
Quote:
Originally Posted by Jerry[TH]
please help me with this...Quote:
[21:34:02] [SERVER SUCCESS]: Connection to database succcessfully establishied.
[21:34:02] Number of vehicle models: 0
[21:34:02] [SERVER CRITICAL ERROR]: Didn't find any configuration database.
[21:34:02] --- Server Shutting Down.
|
Ya I am having this problem as well any help would be most appreciated.
Re: Team Fortress 2 -
SecretBoss - 28.09.2015
Quote:
Originally Posted by JJohnson1
Ya I am having this problem as well any help would be most appreciated.
|
Search for this, in the script
Code:
[SERVER CRITICAL ERROR]: Didn't find any configuration database.
Then see why this error is causing and fix the problem or send it here and I will may be able to help you
Re: Team Fortress 2 -
JJohnson1 - 28.09.2015
Quote:
Originally Posted by SecretBoss
Search for this, in the script
Code:
[SERVER CRITICAL ERROR]: Didn't find any configuration database.
Then see why this error is causing and fix the problem or send it here and I will may be able to help you
|
Thanks for the reply SecretBoss .>>this was the line following [SERVER CRITICAL ERROR]: SendRconCommand("exit");..I removed that and it loaded,in the console it reads [SERVER SUCCESS]: Connection to database succcessfully establishied.
Reading File: blank
Reading File: properties/houses.txt
Reading File: properties/businesses.txt
Reading File: properties/banks.txt
Reading File: properties/police.txt
Number of vehicle models: 0
[SERVER CRITICAL ERROR]: Didn't find any configuration database.
Am I missing something?It looks like its looking for a config db file?There is one in Scriptfiles/tf2 but idont know
Re: Team Fortress 2 -
Master_Gangster - 29.09.2015
Quote:
Originally Posted by JJohnson1
Thanks for the reply SecretBoss .>>this was the line following [SERVER CRITICAL ERROR]: SendRconCommand("exit");..I removed that and it loaded,in the console it reads [SERVER SUCCESS]: Connection to database succcessfully establishied.
Reading File: blank
Reading File: properties/houses.txt
Reading File: properties/businesses.txt
Reading File: properties/banks.txt
Reading File: properties/police.txt
Number of vehicle models: 0
[SERVER CRITICAL ERROR]: Didn't find any configuration database.
Am I missing something?It looks like its looking for a config db file?There is one in Scriptfiles/tf2 but idont know 
|
I had the exact same problem. The issue you are facing is because there are no populated fields in the configuration portion of the database, hence you're getting the "no configuration found" message. What I did to fix this was go into the field "mainconfig" in the database and click on every column until you get to the end and you see that they are populated. After that just save and exit and all should be well.
Re: Team Fortress 2 -
Ankon - 01.11.2015
Perfect gamemode. Really happy with the commands and the way you did it.
--------------------------------------------------
PERFECTION SEAL
Give you 10/10 starts......
Re: Team Fortress 2 -
Kyriee - 09.03.2017
I'm getting run time error "File or function is not found". I tried updating stream nothing happened. Anyone got another solution? Sorry for replying on old topics.