03.07.2015, 15:03
OK so i'm trying to run the TF2 script by CuervO https://sampforum.blast.hk/showthread.php?tid=398015
I've created the database , imported the sa-mp.sql file http://prntscr.com/7oddbo but this error shows up
Gamemode LINE:
The SA-MP.sql file http://pastebin.com/ecRYKMsw
I've been dealing with this error since hours and it's nightmare I can't solve this one I have no idea why it's doing that
I've created the database , imported the sa-mp.sql file http://prntscr.com/7oddbo but this error shows up
Код:
[SERVER CRITICAL ERROR]: Didn't find any configuration database. [11:00:41]
Код:
forward OnConfigurationLoaded();
public OnConfigurationLoaded()
{
new rows, fields;
cache_get_data(rows, fields);
if(!rows)
{
print("[SERVER CRITICAL ERROR]: Didn't find any configuration database.");
SendRconCommand("exit");
}
else
{
DamageMultiplier = cache_get_field_content_float(0, "damagemul");
CritChanceMultiplier = cache_get_field_content_float(0, "critchancemul");
SpawnTimeMultiplier = cache_get_field_content_float(0, "spawntimemul");
Vote = cache_get_field_content_int(0, "vote");
VoteKick = cache_get_field_content_int(0, "votekick");
VoteBan = cache_get_field_content_int(0, "voteban");
VoteScramble = cache_get_field_content_int(0, "votescramble");
VoteMode = cache_get_field_content_int(0, "votemode");
VoteReset = cache_get_field_content_int(0, "votereset");
DefWeather = cache_get_field_content_int(0, "DefWeather");
DefTime = cache_get_field_content_int(0, "DefTime");
I've been dealing with this error since hours and it's nightmare I can't solve this one I have no idea why it's doing that


