User
Pass
2FA
 
 

UWC3 Server

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Fixed issues
Author Message3007
khalifaONE

[Mentally Stable]



Status: Offline
(since 15-03-2019 20:59)
Joined: 24 Sep 2016
Posts: 8, Topics: 3
Location: Romania

Reputation: 2.3

Post Posted: 24-09-2016, 18:19:29 | Translate post to: ... (Click for more languages)

Buna seara Freakz.ro

Am o intrebare, acum cateva zile am inchiriat un server de 24 sloturi, si vreau sa deschid un server de UWC3, am addonsul functional , cu pluginurile dorite de mine, dar a intervenit problema cu salvearea xp-ului.

Pe varianta de test ( windows ) se salveaza si functioneaza corect .
Cand urc addons-ul pe hosting din amxmodx/configs/uwc3 - uwc3_sql.cfg dispare din filemanager si nu pot seta baza de date oferita de firma de hosting...


Adminele functioneaza si la amx_givexp primesc xp-ul, dar daca dau restart la runda se pierde, si evident daca schimb harta...

Am urmarit toate tutorialele posibile pentru salvarea xp-ului dar nici o sansa sa ii dau de cap.. apelez la voi pentru de aici am folosit resursele necesare pentru realizare...

0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 24-09-2016, 18:27:43 | Translate post to: ... (Click for more languages)

Uita-te in server.cfg sau uw3.cfg si seteaza sa se salveze xp-ul. Daca spui ca baza de date e functionala de aici ar trebui sa fie.



0 0
  
Back to top
View user's profile Send private message
khalifaONE

[Mentally Stable]



Status: Offline
(since 15-03-2019 20:59)
Joined: 24 Sep 2016
Posts: 8, Topics: 3
Location: Romania

Reputation: 2.3

Post Posted: 24-09-2016, 18:30:52 | Translate post to: ... (Click for more languages)

Multumesc de raspuns, in server.cfg chiar nu stiu ce sa modific, pentru ca nu am nici o informatie cu privire la data base... uite uwc3.cfg

Code:
// Ultimate Warcraft3 Configuration File
// Ultimate Warcraft3 by K2mia ( [email protected] )
// Ultimate Warcraft3 Derived from Pimpdaddy's Warcraft3FT
// Last Modification 8-24-2004


// Main settings - Fast XP or Long term, etc
mp_savexp 1         // Set 1 to save long term xp
mp_sql 1                        // Set 1 to use AMXX dbi storage, 0 for vault
mp_sql_saveby 2                 // Set 1 to save by //ip made by Vampire, 2 to save by player name
mp_sql_saveoncmdonly 0          // Set 1 to save SQL data on player commands only
                                // Not using this may cause additional server lag
mp_xpmultiplier 2.0             // multiplier for xp table (xp needed per level)
mp_weaponxpmodifier 1           // awards xp for various weapons
sv_warcraft3 1                  // set to 0 to disable the plugin


// UWC3-specific cvar settings
UW_admin_flag u           // Access Flag for Giving XP, Default is ADMIN_MENU
            // The Custom flag values are listed below
                                // ADMIN_LEVEL_A = 4096
                                // ADMIN_LEVEL_B = 8192
                                // ADMIN_LEVEL_C = 16384
                                // ADMIN_LEVEL_D = 32768
                                // ADMIN_LEVEL_E = 65536
                                // ADMIN_LEVEL_F = 131072
                                // ADMIN_LEVEL_G = 262144
                                // ADMIN_LEVEL_H = 524288
                                // ADMIN_MENU    =  u
UW_lowres_default 0             // Set 1 to make lowres display setting default
UW_disable_givexp 0             // Set 1 to turn the amx_givexp command off
UW_disable_adminmenu 1          // Set 1 to turn off the XP portion of the admin menu
UW_underdog_kills 1      // Set 1 to Give XP bonus for underdog kills
UW_dmgxpbonus 1                 // Set 1 to Give XP bonus for doing most dmg to enemy
UW_medicalerts 1                // Set 1 to have Medic Alerts be sent from injured teammates
UW_mend_XP 100         // XP bonus amount for mending teammate wounds
UW_repair_XP 100         // XP bonus amount for repairing teammate armor
UW_phoenix_XP 200      // XP bonus amount for reviving a teammate with Phoenix
UW_force_vengeance 1      // Set 1 to allow Vengeance to work within ultimate delay
UW_luck_skill 1              // Set 1 to allow Beginner's Luck skill for players lvl 0-4
UW_use_enh 1                    // Set 1 to allow attributes/resistances to be enhanced
UW_enh_minlevel 1               // Min. level to start buying enhancements
UW_max_resistvalue 110      // Max. allowable value each resistance can be trained
UW_max_attribpts 25             // Max. number of obtainable attribute pts (max is 40)
UW_max_resistpts 300            // Max. number of obtainable resistance pts (max is 500)
UW_BOOTSPEED 200.0              // Set a float value for the Boots of Speed
UW_FROSTSPEED 125.0             // Set a float value for the Frost skill speed
UW_MASKPERCENT 0.4              // Set a float value for the Mask item
UW_CLAWSOFATTACK 10              // Set an integer value for the Claws of Attack item
UW_CLOAKINVISIBILITY 250        // Set an integer value for the Cloak item
UW_HEALTHBONUS 20               // Set an integer value for the Health rings
UW_price_BOOTS 850              // Set a price for the Boots of Speed
UW_price_MOLE  8000             // Set a price for Mole
// All shop item prices can be over-ridden, use the above two examples
UW_max_resistvalue 100      // Max. resist value, might want to set at 60-70%
UW_attrib_xpmodifier 1.0        // This is a good setting for Long Term XP
UW_resist_xpmodifier 1.0        // This is a good setting for Long Term XP
//UW_attrib_xpmodifier 0.3      // This is a good setting for Fast XP Mode
//UW_resist_xpmodifier 0.1      // This is a good setting for Fast XP Mode

// War3FT XP values for performing certain tasks / objectives
FT_round_win_XP 20              // XP for the winning team
FT_bombplanterxp 80             // XP for planting the bomb
FT_defusexp 80                  // XP for defusing the bomb
FT_hostagexp 80                 // XP for helping to rescue the hostages
FT_killrescuemanxp 70           // XP for killing the hostage rescuer
FT_xpbonus 80                   // XP for the tome of experience
FT_kill_bomb_carrier_bonus 90   // XP for killing the bomb carrier
FT_defuser_kill_bonus 80       // XP for killing the defuser
FT_VIP_kill_bonus 90            // XP for killing the VIP
FT_VIP_escape_bonus 100          // XP for when the VIP escapes
FT_headshot_bonus 40            // XP for getting a headshot
FT_hostage_touch_bonus 20        // Set 1 to Give XP bonus for touching the hostage
FT_attempt_defuse_bonus 30       // Set 1 to Give XP bonus for attempting to defuse the bomb
FT_bomb_event_bonus 20           // Set 1 to Give XP bonus for bomb events
FT_VIP_spawn_bonus 20            // Set 1 to Give XP bonus for spawning as the VIP
FT_hostage_kill_xp 1            // Set 1 to remove XP for killing a hostage
FT_dmgxpbonus 1                 // Set 1 to Give XP bonus for doing most dmg to enemy


// War3FT Ultimate and ability settings
FT_min_b4_XP 1                  // min. num of players needed to award XP
FT_ultimatedelay 0.0            // time delay for ultimates each round
FT_xp_radius 750                // Objective radius for XP to teammates
FT_teleport_cooldown 30.0       // Teleport and Blink (default is 35.0)
FT_entanglingroots_cooldown 30.0// Entangling roots (default is 35.0)
FT_chainlightning_cooldown 30.0 // Chainlightning (default is 35.0)
FT_locusts_cooldown 2.0        // Locust Swarm (default is 35.0)
FT_bigbadvoodoo_cooldown 30.0   // Big Bad Voodoo (default is 35.0)
FT_flamestrike_cooldown 30.0    // Flame Strike (default is 35.0)
FT_healing_range 750            // Range for Healing Wave to jump
FT_warn_suicide 1               // Warns when suicide bomber is armed
FT_blast_radius 250             // Blast Radius for suicide bomber
FT_explosion_range 300          // Range of the suicide bomber's explosion
FT_explosion_max_damage 50      // Max damage for explosion
FT_blinkstartdisabled 1         // 1 makes blink disabled for first 15 secs of rounds
FT_blink_cooldown 2.0           // Time to wait for a retry of blink
FT_blink_diziness 2             // Flashbang effect is 1, for blue diziness set to 2
FT_blink_protection 1           // Slays people who abuse blink on some maps
FT_blink_delay 15.0             // Delay for blink to be used
FT_blink_radius 500             // Enemies w/ immunity w/in radius cause blink to fail


// War3FT Item settings (for shopmenus)
FT_glove_timer 10               // Time for receiving a new grenade with Flaming Gloves
FT_no_gloves_on_ka 0            // Prevents Flaming gloves of Warmth on ka maps
FT_glove_orc_damage 1           // 1 allows critgren dmg for flaming glove nades
FT_no_orcnades_on_he 0          // Prevents orc nades on he maps and jail_riot

0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 25-09-2016, 11:02:16 | Translate post to: ... (Click for more languages)

Vad ca e ok acolo. Nu am lucrat cu uwc3 decat odata dar nu am avut probleme. Ai incercat si alt addons? Daca totul e ok, ma refer la baza de date nu ar trebui sa ai probleme.



0 0
  
Back to top
View user's profile Send private message
destroi112

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 25-09-2016, 11:15:25 | Translate post to: ... (Click for more languages)

Arata-ne logul posibil sa fie o eroare si sa nu ai baza facuta bine sau sa fie altceva.


Retired from Amxmodx

0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 25-09-2016, 11:49:46 | Translate post to: ... (Click for more languages)

destroi112 wrote:
Arata-ne logul posibil sa fie o eroare si sa nu ai baza facuta bine sau sa fie altceva.

Din cate stiu daca e probelema de la baza de date nu ii apare in logs, in cel mai rau caz ii cade serverul dupa 2-3 mape aproximativ si vede doar "error couldn't load module for CSDM, Ham" etc. D.p.m.d.v sunt 2 variante, pluginul principal de uwc3 sau baza de date.(daca ii cade serverul)




0 0
  
Back to top
View user's profile Send private message
khalifaONE

[Mentally Stable]



Status: Offline
(since 15-03-2019 20:59)
Joined: 24 Sep 2016
Posts: 8, Topics: 3
Location: Romania

Reputation: 2.3

Post Posted: 25-09-2016, 12:46:41 | Translate post to: ... (Click for more languages)

Acesta este log-ul, acum am reusit sa il fac in asa fel incat sa imi salveze xp pe acea harta.. daca dau amx_restartround 1 se salveaza xp-ul, dar daca schimb harta sau dau retry , se pierde..
M-am gandit ca cei de la host au o problema cu baza de date si nu functioneaza si am creat eu una din webhostingul meu si am adaugat in configs/sql.cfg dar degeaba..

Serverul nu cade, aseara l-am lasat cu mp_timelimit 0 pe dust2x2 si este tot harta asta.. deci nu a cazut.. pluginul folosit functioneaza perfect la mine in PC ( varianta de test pe windows )

Am observat o chestie.. si anume :

cstrike/addons/amxmodx/configs/UWC3 ->

Code:
// Main settings - Fast XP or Long term, etc
mp_savexp 1         // Set 1 to save long term xp
mp_sql 0                       // Set 1 to use AMXX dbi storage, 0 for vault
mp_sql_saveby 2                 // Set 1 to save by //ip made by Vampire, 2 to save by player name


Daca pun mp_sql 1 apare la intrarea pe server long term xp disabled



Am adaugat si log-ul serverului

Code:
09/25/2016 - 04:37:31: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
khalifaONE : daca ati pus in teleport scrieti in consola bind t wcteleport asa fara "
09/25/2016 - 04:38:16: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() ssr 50000
09/25/2016 - 04:38:19: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() un 50000
09/25/2016 - 04:38:24: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() khal 50000
09/25/2016 - 04:38:28: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() has 50000
09/25/2016 - 04:38:31: [uwc3.amxx] Adding player: [9:100800] Un Cui Mic
09/25/2016 - 04:38:31: [uwc3.amxx] Adding player: [9:103039] khalifaONE
09/25/2016 - 04:38:31: [uwc3.amxx] Adding player: [9:100448] Hashis
09/25/2016 - 04:38:31: [uwc3.amxx] Adding player: [9:101316] ssr
09/25/2016 - 04:38:39: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() has 100000
09/25/2016 - 04:38:49: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() kha 100000
09/25/2016 - 04:41:40: [uwc3.amxx] Adding player: [9:100862] Un Cui Mic
09/25/2016 - 04:41:40: [uwc3.amxx] Adding player: [11:204061] khalifaONE
09/25/2016 - 04:41:40: [uwc3.amxx] Adding player: [11:201092] Hashis
09/25/2016 - 04:41:40: [uwc3.amxx] Adding player: [9:101590] ssr
*DEAD* khalifaONE : who
09/25/2016 - 04:41:51: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() un 100000
09/25/2016 - 04:41:54: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() ssr 100000
09/25/2016 - 04:42:12: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 04:42:12: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 04:42:12: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Dropped Hashis from server
Reason: Client sent 'drop'
09/25/2016 - 04:45:10: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 04:45:10: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 04:45:10: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
(Terrorist) khalifaONE : shopmenu2
*DEAD*(Counter-Terrorist) ssr : /shopmenu
Dropped Mano Broww from server
Reason: Client sent 'drop'
187.33.231.6:26265:reconnect
(Counter-Terrorist) ssr : /shopmenu2
Ignoring custom decal from Mano Broww
khalifaONE : /rank
Ignoring custom decal from Hashis
Attempt Get From Vault for OK (5.12.74.157:27005_enh)- [11 10 10 10 10 13 22 1 0 0]
Loaded From Vault for (5.12.74.157:27005) Attribs=(11 10 10 10 10) Resists=(13 22 1 0 0)
Dropped Hashis from server
Reason: Client sent 'drop'
09/25/2016 - 04:48:07: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() man 50000
*DEAD* khalifaONE : whp
09/25/2016 - 04:48:14: [uwc3.amxx] Adding player: [11:201736] Un Cui Mic
09/25/2016 - 04:48:14: [uwc3.amxx] Adding player: [11:206957] khalifaONE
09/25/2016 - 04:48:14: [uwc3.amxx] Adding player: [8:50032] Mano Broww
09/25/2016 - 04:48:14: [uwc3.amxx] Adding player: [11:203251] ssr
09/25/2016 - 04:49:28: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 04:49:28: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 04:49:28: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Dropped Mano Broww from server
Reason: Client sent 'drop'
09/25/2016 - 04:49:34: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 04:49:34: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 04:49:34: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Dropped Un Cui Mic from server
Reason: Client sent 'drop'
09/25/2016 - 04:50:02: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 04:50:02: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 04:50:02: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
09/25/2016 - 04:53:56: [admincmd.amxx] Cmd: "khalifaONE<4><STEAM_0:1:29664622><>" slap with 0 damage "ssr<10><STEAM_0:0:26076762><>"
ssr : xp
ssr : xxp
khalifaONE : mana
*DEAD* khalifaONE : HA
*DEAD* ssr : :))))
09/25/2016 - 04:54:33: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 04:54:33: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 04:54:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
*DEAD*(Terrorist) khalifaONE : shopmenu2
09/25/2016 - 05:00:42: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 05:00:42: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 05:00:42: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
09/25/2016 - 05:02:16: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 05:02:16: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 05:02:16: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Dropped khalifaONE from server
Reason: Client sent 'drop'
09/25/2016 - 05:02:19: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 05:02:19: [AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled!
09/25/2016 - 05:02:19: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Dropped ssr from server
Reason: Client sent 'drop'
187.33.231.6:26265:reconnect
Dropped Mano Broww from server
Reason: Client sent 'drop'
Dropped ONEandONLY_Player from server

0 0
  
Back to top
View user's profile Send private message
destroi112

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 25-09-2016, 12:57:37 | Translate post to: ... (Click for more languages)

[AMXX] Run time error 25 (plugin "uwc3.amxx") - debug not enabled! pune debug dupa uwc3.amxx si mp_sql 0 // Set 1 to use AMXX dbi storage, 0 for vault
daca e pe 0 face salvarea pe nvault daca e pe 1 face pe mysql.Dupa ce pui debug sa postezi iar logul.



Retired from Amxmodx

0 0
  
Back to top
View user's profile Send private message
khalifaONE

[Mentally Stable]



Status: Offline
(since 15-03-2019 20:59)
Joined: 24 Sep 2016
Posts: 8, Topics: 3
Location: Romania

Reputation: 2.3

Post Posted: 25-09-2016, 13:02:00 | Translate post to: ... (Click for more languages)

Code:
####### SERVICE START AT 2016-09-25 11:00 BY KHALIFAONE #######

Enabling debug mode
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 13:12:29 Aug 29 2013 (6153)
STEAM Auth Server
exec motd.txt: not a .cfg or .rc file
Server IP address 188.213.212.129:27015

Metamod version 1.21-am Copyright (c) 2001-2013 Will Day <[email protected]>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

Version 0.9.534 Linux
[DPROTO]: Done.
09/25/2016 - 14:00:34: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 9 admins from file
[UWC3] Using database type sqlite.
09/25/2016 - 14:00:35: [uwc3.amxx] UWC3 Startup :: Loading Configuration File [ UWC3.cfg ]...
09/25/2016 - 14:00:35: [uwc3.amxx] UWC3 Startup :: Configuration File Loaded [OK]
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
couldn't exec listip.cfg
couldn't exec banned.cfg
09/25/2016 - 14:00:36: [uwc3.amxx] Enhancements ON with minimum level set to [1]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : Max Resist Value [100]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : Max Attrib Pts [25]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : Max Resist Pts [300]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : BOOTSPEED [200.000000]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : FROSTSPEED [124.999999]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : MASKPERCENT [0.400000]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : CLAWSOFATTACK [10]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : CLOAKINVISIBILITY [250]
09/25/2016 - 14:00:36: [uwc3.amxx] Override Detected : HEALTHBONUS [20]
09/25/2016 - 14:00:36: [uwc3.amxx] Item Price Override Detected : BOOTS [850]
09/25/2016 - 14:00:36: [uwc3.amxx] Item Price Override Detected : MOLE [8000]
Connection to Steam servers successful.
VAC secure mode is activated.
09/25/2016 - 14:00:46: [admin.amxx] Login: "khalifaONE<1><STEAM_0:1:29664622><>" became an admin (account "khalifaONE") (access "abcdefghijklmnopqrstu") (address "5.12.15.3")
Ignoring custom decal from khalifaONE
khalifaONE : character
09/25/2016 - 14:01:09: [uwc3.amxx] [UWC3] khalifaONE issued amx_givexp() khal 34344
09/25/2016 - 14:01:18: [admincmd.amxx] Cmd: "khalifaONE<1><STEAM_0:1:29664622><>" changelevel "de_dust2x2"
09/25/2016 - 14:01:20: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 14:01:20: [AMXX] Displaying debug trace (plugin "uwc3.amxx")
09/25/2016 - 14:01:20: [AMXX] Run time error 25: parameter error
09/25/2016 - 14:01:20: [AMXX] [0] storage.inl::write_xp_id (line 373)
09/25/2016 - 14:01:20: [AMXX] [1] uwc3.sma::client_disconnect (line 869)
09/25/2016 - 14:01:20: -------- Mapchange to de_dust2x2 --------
[AMXX] Loaded 9 admins from file
[UWC3] Using database type sqlite.
09/25/2016 - 14:01:20: [uwc3.amxx] UWC3 Startup :: Loading Configuration File [ UWC3.cfg ]...
09/25/2016 - 14:01:20: [uwc3.amxx] UWC3 Startup :: Configuration File Loaded [OK]
Can't precache resource with invalid relative path please...</title>
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Can't precache resource with absolute path :
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
09/25/2016 - 14:01:21: [uwc3.amxx] Enhancements ON with minimum level set to [1]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : Max Resist Value [100]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : Max Attrib Pts [25]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : Max Resist Pts [300]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : BOOTSPEED [200.000000]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : FROSTSPEED [124.999999]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : MASKPERCENT [0.400000]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : CLAWSOFATTACK [10]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : CLOAKINVISIBILITY [250]
09/25/2016 - 14:01:21: [uwc3.amxx] Override Detected : HEALTHBONUS [20]
09/25/2016 - 14:01:21: [uwc3.amxx] Item Price Override Detected : BOOTS [850]
09/25/2016 - 14:01:21: [uwc3.amxx] Item Price Override Detected : MOLE [8000]
09/25/2016 - 14:01:21: [admin.amxx] Login: "khalifaONE<1><STEAM_0:1:29664622><>" became an admin (account "khalifaONE") (access "abcdefghijklmnopqrstu") (address "5.12.15.3")
Dropped khalifaONE from server
Reason: Client sent 'drop'
5.12.15.3:27005:reconnect
09/25/2016 - 14:01:23: [admin.amxx] Login: "khalifaONE<2><STEAM_0:1:29664622><>" became an admin (account "khalifaONE") (access "abcdefghijklmnopqrstu") (address "5.12.15.3")
Ignoring custom decal from khalifaONE

0 0
  
Back to top
View user's profile Send private message
destroi112

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 25-09-2016, 13:24:35 | Translate post to: ... (Click for more languages)

Nu vad nici o eroare decat ca nu iti da precache la niste resurse , vezi uita-te cand apare eroarea si pui log-ul.


Retired from Amxmodx

0 0
  
Back to top
View user's profile Send private message
khalifaONE

[Mentally Stable]



Status: Offline
(since 15-03-2019 20:59)
Joined: 24 Sep 2016
Posts: 8, Topics: 3
Location: Romania

Reputation: 2.3

Post Posted: 25-09-2016, 13:34:15 | Translate post to: ... (Click for more languages)

Ok, multumesc, o sa mai urmaresc log-ul sa vedem cand arata erroarea. daca apare ceva.. eu am modificat datele baze de date din configs/sql.cfg . In varianta de test ( windows ) am in uwc3/uwc3_sql.cfg .. dar nu apare si pe hostul serverului..

sa nu fac dublu post, uite am schimbat harta din consola serverului ( gamecp ) si s-a stins serverul.. uite erroarea..


Code:
Rcon from 188.213.212.129:39855:
rcon 167354966 "-------" map de_dust2
09/25/2016 - 14:47:00: String formatted incorrectly - parameter 7 (total 6)
09/25/2016 - 14:47:00: [AMXX] Displaying debug trace (plugin "uwc3.amxx")
09/25/2016 - 14:47:00: [AMXX] Run time error 25: parameter error
09/25/2016 - 14:47:00: [AMXX] [0] storage.inl::write_xp_id (line 373)
09/25/2016 - 14:47:00: [AMXX] [1] uwc3.sma::client_disconnect (line 869)
Dropped khalifaONE from server
Reason: Server shutting down
09/25/2016 - 14:47:00: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 9 admins from file
[UWC3] Using database type sqlite.
09/25/2016 - 14:47:01: [uwc3.amxx] UWC3 Startup :: Loading Configuration File [ UWC3.cfg ]...
09/25/2016 - 14:47:01: [uwc3.amxx] UWC3 Startup :: Configuration File Loaded [OK]
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit


PS : Ce module trebuiesc activate pentru UWC3? eu am activate toate modulele...

Code:
mysql
sqlite
fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx

0 0
  
Back to top
View user's profile Send private message
khalifaONE

[Mentally Stable]



Status: Offline
(since 15-03-2019 20:59)
Joined: 24 Sep 2016
Posts: 8, Topics: 3
Location: Romania

Reputation: 2.3

Post Posted: 27-09-2016, 13:10:19 | Translate post to: ... (Click for more languages)

Bun, cu ajutorul lui Syem, am rezolvat problema cu Salvarea XP-ului, dar acum mai am o mica problema, Nu se salveaza atributele si rezistentele... dar XP-ul se salveaza.. vreo idee?


S-a rezolvat. serverul functioneaza perfect puteti da T/C

0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Fixed issues  


The time now is 05-05-2024, 12:02:13
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x