Giter Site home page Giter Site logo

csgomod's Introduction

csgomod's People

Contributors

junesyngotoflex avatar nothingrotf avatar offensivebrasil avatar regener avatar shadowsadi avatar snakeren avatar thedoctor0 avatar zetz512 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

csgomod's Issues

rank

20200725135357_1
its normal ? in top15 Unranked with 613.34 points

the 1,2 and 3 in top15 not stay with tag [TOP1], [TOP2] and [TOP3] correct

Query failed.

[CS:GO StatTrak] Query failed. [1364] Field 'weapon_p228' doesn't have a default value

All parts of a PRIMARY KEY must be NOT NULL

how to resolve this error?
9/05/2020 - 12:44:57: [CS:GO Clans] Init SQ Error: All parts of a PRIMARY KEY must be NOT NULL; if you need NUL in a key, use UNIQUE instead
09/05/2020 - 12:44:57: [CS:GO Clans] Init SQ Error: All parts of a PRIMARY KEY must be NOT NULL; if you need NUL in a key, use UNIQUE instead
09/05/2020 - 12:44:57: [CS:GO Accounts] Init SQ Error: All parts of a PRIMARY KEY must be NOT NULL; if you need NUL in a key, use UNIQUE instead
09/05/2020 - 12:44:57: [CS:GO Ranks] Init SQ Error: All parts of a PRIMARY KEY must be NOT NULL; if you need NUL in a key, use UNIQUE instead
09/05/2020 - 12:44:57: [CS:GO Ranks] Init SQ Error: All parts of a PRIMARY KEY must be NOT NULL; if you need NUL in a key, use UNIQUE instead
09/05/2020 - 12:44:57: [CS:GO StatTrak] Init SQ Error: All parts of a PRIMARY KEY must be NOT NULL; if you need NUL in a key, use UNIQUE instead

I have 2.1.1 version.

Optionally allow to save accounts by SteamID

As the title says, add an option to allow the saving by SteamID instead of name.

  • Good for the ones who change their name frequently
  • The name check against the mysql escape characters can be skipped this way

-moved to #30 -

new error critical

server shotdown on player dead

http://www.mediafire.com/file/7g7x82szm5rczj7/csgomod.dem/file

archive .dem

and logs

L 08/24/2020 - 17:12:38: [FAKEMETA] Invalid entity
L 08/24/2020 - 17:12:38: [AMXX] Run time error 10 (plugin "csgo_ranks.amxx") (native "pev") - debug not enabled!
L 08/24/2020 - 17:12:38: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Round MVP

There is already a map MVP, but round MVP seems reasonable and may be a good addition.

Proposed by @DevilBoy-eXe in #34.

[csgo_clans] missing return statement

public leader_menu_callback(id, menu, item)
{
switch (item) {
case 0: get_user_status(id) == STATUS_LEADER ? ITEM_ENABLED : ITEM_DISABLED;
case 2: if (((get_clan_info(clan[id], CLAN_LEVEL) * cvarMembersPerLevel) + cvarMembersStart) <= get_clan_info(clan[id], CLAN_MEMBERS)) return ITEM_DISABLED;
case 4: if (((get_clan_info(clan[id], CLAN_LEVEL) * cvarMembersPerLevel) + cvarMembersStart) <= get_clan_info(clan[id], CLAN_MEMBERS) || !get_applications_count(clan[id])) return ITEM_DISABLED;
}
return ITEM_ENABLED;
}

in case 0: there is no return statement

possible fix:
case 0: if(get_user_status(id) != STATUS_LEADER) return ITEM_DISABLED;

Separate M4A4 from M4A1

The other suggestion is to limit the usage of the silencer (M4A4 vs M4A1) by code with something like this:

	if(Silencer[id] == false) // case M4A4
	{
		cs_set_weapon_silen(iEnt, 0); // remove the silencer
		set_pdata_float(iEnt , 47 , 9999.0, 4); // delay the secondary attack to prevent adding the silencer
	}
	else if(Silencer[id] == true) // case M4A1
	{
		cs_set_weapon_silen(iEnt, 1, 0); // adds the silencer (without animation)
	}

Error compile csgo_clans

//// csgo_clans.sma
//
// C:\Users\cimpe\Desktop\csf\csgo_clans.sma(555) : error 017: undefined symbol "menuData"
// C:\Users\cimpe\Desktop\csf\csgo_clans.sma(555) : error 072: "sizeof" operator is invalid on "function" symbols
// C:\Users\cimpe\Desktop\csf\csgo_clans.sma(555) : error 029: invalid expression, assumed zero
// C:\Users\cimpe\Desktop\csf\csgo_clans.sma(555) : fatal error 107: too many error messages on one line
//
// Compilation aborted.

The rest of them working

sql

logs
L 08/23/2020 - 17:36:42: [CS:GO StratTrak] SQL Error: Table 'contas_csgo.csgo_stattrak' doesn't exist (1146)

and chance all max caracteres menus

missing menuData characters [128] change for [555] all :)
image

Skins upgrade contracts

Similar system to CS:GO contracts where 10 skins in lower tier group can be exchanged for one skin from higher tier.
All skins need to be separated in some groups based on rarity.

Proposed by @Damigeana in #4.

error and server crash

L 07/28/2020 - 22:32:06: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/28/2020 - 22:32:06: [FAKEMETA] Invalid entity
L 07/28/2020 - 22:32:06: [AMXX] Run time error 10 (plugin "csgo_mod.amxx") (native "pev") - debug not enabled!
L 07/28/2020 - 22:32:06: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/28/2020 - 22:32:06: [FAKEMETA] Invalid entity
L 07/28/2020 - 22:32:06: [AMXX] Run time error 10 (plugin "csgo_mod.amxx") (native "pev") - debug not enabled!
L 07/28/2020 - 22:32:06: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/28/2020 - 22:32:06: [FAKEMETA] Invalid entity
L 07/28/2020 - 22:32:06: [AMXX] Run time error 10 (plugin "csgo_mod.amxx") (native "pev") - debug not enabled!
L 07/28/2020 - 22:32:06: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Yes and Not

All opciones is yes and yes
image

in csgomod.txt everything is fine

Wipe database command

Add a wipe command that can be only used in the server console to reset every value to 0 of the database, with an option to keep the registrations (so just wipe the data).

Skins Rarity

Skin rarity (draw odds) is already available in csgo_skins.ini.
It may be a good idea to show players what skins are rarer than others.

Proposed by @DevilBoy-eXe in #34.

weapon_p228

[CS:GO StatTrak] Query failed. [1364] Field 'weapon_p228' doesn't have a default value

When i start the server i got some errors

AMX Mod X version 1.9.0.5271 Copyright (c) 2004-2015 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.
L 07/16/2020 - 18:03:15: -------- Mapchange to de_dust2 --------
L 07/16/2020 - 18:03:17: [CS:GO] Plik models/csgo_ozone/elite/v_elite_5.mdl zawierajacy skin nie istnieje!
L 07/16/2020 - 18:03:17: [AMXX] Plugin ("csgo_mod.amxx") is setting itself as failed.
L 07/16/2020 - 18:03:17: [AMXX] Plugin says: [CS:GO] Nie zaladowano wszystkich skinow. Sprawdz logi bledow!
L 07/16/2020 - 18:03:17: [AMXX] Run time error 1 (plugin "csgo_mod.amxx") - forced exit
NeoSecurity.cfg cvars load
[AMXX] Loaded 0 admins from file
L 07/16/2020 - 18:03:17: Invalid CVAR pointer
L 07/16/2020 - 18:03:17: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "bind_pcvar_num") - debug not enabled!
L 07/16/2020 - 18:03:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/16/2020 - 18:03:17: Invalid CVAR pointer
L 07/16/2020 - 18:03:17: [AMXX] Run time error 10 (plugin "csgo_ranks.amxx") (native "bind_pcvar_num") - debug not enabled!
L 07/16/2020 - 18:03:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/16/2020 - 18:03:17: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 07/16/2020 - 18:03:17: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 07/16/2020 - 18:03:17: Invalid array handle provided (0)
L 07/16/2020 - 18:03:17: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "ArrayPushArray") - debug not enabled!
L 07/16/2020 - 18:03:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/16/2020 - 18:03:17: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 07/16/2020 - 18:03:17: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)

Suggestion

20200725150548_1

suggestion to see the model before buying

csgo_cobblestone reaches the precache limit

L 31/08/2020 - 09:35:01: (map "csgo_cobblestone") Host_Error: ED_ParseEdict: Model '*238' failed to precache because the item count is over the 512 limit.
Reduce the number of brush models and/or regular models in the map to correct this.

I have the mod itself only on a fresh installed server, all other maps works yet.

Until a solution I think it should be removed from the maprotation list.

ISSUE

Host_Error: ED_ParseEdict: Model '*258' failed to precache because the item count is over the 512 limit.
Reduce the number of brush models and/or regular models in the map to correct this.
FATAL ERROR (shutting down): Host_Error: ED_ParseEdict: Model '*258' failed to precache because the item count is over the 512 limit.
Reduce the number of brush models and/or regular models in the map to correct this.

[CS:GO] Query failed.

L 08/29/2020 - 22:31:51: [CS:GO] Query failed. [1364] Field 'steamid' doesn't have a default value
L 08/29/2020 - 22:31:51: [CS:GO StatTrak] Query failed. [1364] Field 'steamid' doesn't have a default value

SQL Error

Hey, I'm getting this error when I'm trying to load up the CS:GO Mod.
These are the logs im getting:

L 09/04/2020 - 01:00:09: Log file started (file "cstrike/addons/amxmodx/logs/csgo-error.log") (game "cstrike") (amx "1.10.0.5386")
L 09/04/2020 - 01:00:09: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:09: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:09: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:09: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:43: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:43: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:43: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:00:43: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:18: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:18: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:18: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:18: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:36: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:36: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:36: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:01:36: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:02:33: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:02:33: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:02:33: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:02:33: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:03:53: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:03:53: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:03:53: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:03:53: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:04:45: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:04:45: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:04:45: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:04:45: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:10:55: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:10:55: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:10:55: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:10:55: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:11:37: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:11:37: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:11:37: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:11:37: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:11: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:11: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:11: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:11: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:20: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:20: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:20: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:20: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:22: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:22: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:22: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:22: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:24: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:24: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:24: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:12:24: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:14:26: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:14:26: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:14:26: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:14:26: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:16:15: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:16:15: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:16:15: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:16:15: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:17:14: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:17:14: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:17:14: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:17:14: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:35:03: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:35:03: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:35:03: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:35:03: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:43:52: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:43:52: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:44:46: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:44:46: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:44:46: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:44:46: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:45:26: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:45:26: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:45:26: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:45:26: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:51:29: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:51:29: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:51:29: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:51:29: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:55:57: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:55:57: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:55:57: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:55:57: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:56:08: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:56:08: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:56:08: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:56:08: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:21: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:21: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:21: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:21: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:46: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:46: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:46: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:46: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:50: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:50: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:50: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:57:50: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:58:43: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:58:43: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:58:43: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:58:43: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:59:28: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:59:28: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:59:28: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 01:59:28: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:04:38: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:04:38: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:04:38: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:04:38: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:10: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:10: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:10: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:10: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:25: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:25: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:25: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:05:25: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:07:13: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:07:13: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:07:13: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:07:13: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:29: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:29: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:29: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:29: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:52: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:52: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:52: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:08:52: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:03: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:03: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:03: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:03: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:27: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:27: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:27: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 02:14:27: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:11:14: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:11:14: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:11:14: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:11:14: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:26:58: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:26:58: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:26:58: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:26:58: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:15: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:15: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:15: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:15: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:43: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:43: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:43: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:27:43: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:28:51: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:28:51: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:28:51: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:28:51: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:30:02: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:30:02: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:30:02: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:30:02: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:31:51: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:31:51: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:31:51: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:31:51: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:32:30: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:32:30: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:32:30: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 18:32:30: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:08:45: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:08:45: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:08:45: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:08:45: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:09:34: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:09:34: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:09:34: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:09:34: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:01: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:01: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:01: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:01: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:55: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:55: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:55: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:10:55: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:11:09: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:11:09: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:11:09: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/04/2020 - 19:11:09: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)

And also im getting these errors somehow:

L 09/04/2020 - 19:11:08: Info (map "csgo_cache") (file "addons/amxmodx/logs/error_20200904.log")
L 09/04/2020 - 19:11:08: [AMXX] Plugin ("csgo_core.amxx") is setting itself as failed.
L 09/04/2020 - 19:11:08: [AMXX] Plugin says: [CS:GO] No skin has been loaded. Check the configuration file csgo_skins.ini!
L 09/04/2020 - 19:11:08: [AMXX] Run time error 1 (plugin "csgo_core.amxx") - forced exit
L 09/04/2020 - 19:11:08: Invalid CVAR pointer
L 09/04/2020 - 19:11:08: [AMXX] Run time error 10 (plugin "csgo_clans.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/04/2020 - 19:11:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:08: Invalid CVAR pointer
L 09/04/2020 - 19:11:08: [AMXX] Run time error 10 (plugin "csgo_accounts.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/04/2020 - 19:11:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:08: Invalid CVAR pointer
L 09/04/2020 - 19:11:08: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/04/2020 - 19:11:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:08: Invalid CVAR pointer
L 09/04/2020 - 19:11:08: [AMXX] Run time error 10 (plugin "csgo_ranks.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/04/2020 - 19:11:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:08: Invalid CVAR pointer
L 09/04/2020 - 19:11:08: [AMXX] Run time error 10 (plugin "csgo_stattrak.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/04/2020 - 19:11:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:08: Invalid array handle provided (0)
L 09/04/2020 - 19:11:08: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "ArrayPushArray") - debug not enabled!
L 09/04/2020 - 19:11:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:09: [MySQL] Invalid handle: 0
L 09/04/2020 - 19:11:09: [AMXX] Run time error 10 (plugin "csgo_accounts.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 09/04/2020 - 19:11:09: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/04/2020 - 19:11:39: [nVault] Invalid vault id: 0

L 09/04/2020 - 19:11:39: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "nvault_get") - debug not enabled!
L 09/04/2020 - 19:11:39: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Can you tell me what's going on?
Also my server's version is from base_pack.rar from github.

Translations

As for now this mod is available in:

  • Polish
  • English
  • Brazilian Portuguese
  • Turkish
  • Romanian
  • Hungarian
  • Russian
  • ?

If you want to provide translation in any other language you need to translate:

  1. csgomod.txt
  2. MOTD files

Optimization of p_ and w_ models

Those models have quite a lot of polygons and may cause some performance issues
for example when a lot of dropped weapons are visible on player screen.

Models can be downgraded using DirectX Mesh Tools in MilkShape 3D.

New Error

L 07/31/2020 - 15:48:28: [AMXX] Displaying debug trace (plugin "csgo_mod.amxx", version "2.0")
L 07/31/2020 - 15:48:28: [AMXX] Run time error 10: native error (native "pev")
L 07/31/2020 - 15:48:28: [AMXX] [0] fakemeta_util.inc::fm_get_aim_origin (line 737)
L 07/31/2020 - 15:48:28: [AMXX] [1] csgo_mod.sma::fm_get_user_aiming_ent (line 3176)
L 07/31/2020 - 15:48:28: [AMXX] [2] csgo_mod.sma::check_aim_weapon (line 2313)
L 07/31/2020 - 15:48:29: [FAKEMETA] Invalid entity

Skins Error.

Hello again, today i was editing skins finally and i got this error when i finished writing my skins:

L 09/07/2020 - 20:29:11: Invalid CVAR pointer
L 09/07/2020 - 20:29:11: [AMXX] Run time error 10 (plugin "csgo_clans.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/07/2020 - 20:29:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/07/2020 - 20:29:11: Invalid CVAR pointer
L 09/07/2020 - 20:29:11: [AMXX] Run time error 10 (plugin "csgo_accounts.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/07/2020 - 20:29:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/07/2020 - 20:29:11: Invalid CVAR pointer
L 09/07/2020 - 20:29:11: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/07/2020 - 20:29:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/07/2020 - 20:29:11: Invalid CVAR pointer
L 09/07/2020 - 20:29:11: [AMXX] Run time error 10 (plugin "csgo_ranks.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/07/2020 - 20:29:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/07/2020 - 20:29:11: Invalid CVAR pointer
L 09/07/2020 - 20:29:11: [AMXX] Run time error 10 (plugin "csgo_stattrak.amxx") (native "bind_pcvar_num") - debug not enabled!
L 09/07/2020 - 20:29:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/07/2020 - 20:29:11: Invalid array handle provided (0)
L 09/07/2020 - 20:29:11: [AMXX] Run time error 10 (plugin "csgo_operations.amxx") (native "ArrayPushArray") - debug not enabled!
L 09/07/2020 - 20:29:11: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Server logging data to file logs/L0907011.log
L 09/07/2020 - 20:29:12: Log file started (file "logs/L0907011.log") (game "cstrike") (version "48/1.1.2.7/Stdio/2321")
L 09/07/2020 - 20:29:12: [CS:GO Clans] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/07/2020 - 20:29:12: [CS:GO Accounts] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/07/2020 - 20:29:12: [MySQL] Invalid handle: 0
L 09/07/2020 - 20:29:12: [AMXX] Run time error 10 (plugin "csgo_accounts.amxx") (native "SQL_FreeHandle") - debug not enabled!
L 09/07/2020 - 20:29:12: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/07/2020 - 20:29:12: [CS:GO Ranks] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)
L 09/07/2020 - 20:29:12: [CS:GO StatTrak] Init SQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) (2002)

I don't know what is happening again. But i can drop my skin lines:

[KNIFE - 250.0]
"Talon | Boreal Forest" "models/csgo_ozone/talon/talon_bforest.mdl" "0" "115" "1"
"Karambit | Black Laminate" "models/csgo_ozone/karambit/karambit_blackl.mdl" "1" "115" "1"
"Flip | Slaughter" "models/csgo_ozone/flip/flip_slaughter.mdl" "2" "115" "1"
"Talon | Slaughter" "models/csgo_ozone/talon/talon_slaughter.mdl" "3" "115" "1"
"Skeleton | Slaughter" "models/csgo_ozone/skeleton/skeleton_slaughter.mdl" "4" "125" "1"
"Bowie | Boreal Forest" "models/csgo_ozone/bowie/bowie_bforest.mdl" "5" "150" "1"
"Talon | Fade" "models/csgo_ozone/talon/talon_fade.mdl" "6" "150" "1"
"Falchion | Crimson Web" "models/csgo_ozone/falchion/flc_cweb.mdl" "7" "175" "1"
"Falchion | Fade" "models/csgo_ozone/falchion/flc_fade.mdl" "8" "200" "1"
"Huntsman | Slaughter" "models/csgo_ozone/huntsman/hts_slaughter.mdl" "9" "200" "1"
"Falchion | Tiger Tooth" "models/csgo_ozone/falchion/flc_tiger.mdl" "10" "210" "1"
"Stiletto | Crimson Web" "models/csgo_ozone/stiletto/stiletto_cweb.mdl" "11" "225" "1"
"Stiletto | Fade" "models/csgo_ozone/stiletto/stiletto_fade.mdl" "12" "240" "1"
"Navaja | Slaugher" "models/csgo_ozone/navaja/navaja_slaugher.mdl" "13" "245" "1"
"Huntsman | Tiger Tooth" "models/csgo_ozone/huntsman/hts_tiger.mdl" "14" "250" "1"
"Stiletto | Marble Fade" "models/csgo_ozone/stiletto/stiletto_marblef.mdl" "15" "250" "1"
"Butterfly | Boreal Forest" "models/csgo_ozone/butterfly/btf_bforest.mdl" "16" "275" "1"
"Bayonet | Slaughter" "models/csgo_ozone/bayonet/bayonet_slaughter.mdl" "17" "275" "1"
"Bayonet | Galaxy" "models/csgo_ozone/bayonet/bayonet_galaxy.mdl" "18" "300" "1"
"Gut | Autotronic" "models/csgo_ozone/gut/gut_autotronic.mdl" "19" "300" "1"
"Nomad | Crimson Web" "models/csgo_ozone/nomad/nomad_cweb.mdl" "20" "300" "1"
"Talon | Sapphire" "models/csgo_ozone/talon/talon_sapphire.mdl" "21" "300" "1"
"Flip | Emerald" "models/csgo_ozone/flip/flip_emerald.mdl" "22" "325" "1"
"Bayonet | Lime" "models/csgo_ozone/bayonet/bayonet_lime.mdl" "23" "335" "1"
"Knife | Slaughter" "models/csgo_ozone/classic/classic_slaughter.mdl" "24" "350" "1"
"Bowie | Marble Fade" "models/csgo_ozone/bowie/bowie_marblef.mdl" "25" "400" "1"
"Knife | Crimson Web" "models/csgo_ozone/classic/classic_cweb.mdl" "26" "400" "1"
"Huntsman | Gamma Doppler" "models/csgo_ozone/huntsman/hts_gdoppler.mdl" "27" "425" "1"
"Skeleton | Crimson Web" "models/csgo_ozone/skeleton/skeleton_cweb.mdl" "28" "455" "1"
"Flip | Lore" "models/csgo_ozone/flip/flip_lore.mdl" "29" "500" "1"
"Gut | Lore" "models/csgo_ozone/gut/gut_lore.mdl" "30" "500" "1"
"Bayonet | Lore" "models/csgo_ozone/bayonet/bayonet_lore.mdl" "31" "600" "1"
"Skeleton | Fade" "models/csgo_ozone/skeleton/skeleton_fade.mdl" "32" "685" "1"
"Karambit | Autotronic" "models/csgo_ozone/karambit/karambit_autotronic.mdl" "33" "700" "1"
"Bayonet | Sapphire" "models/csgo_ozone/bayonet/bayonet_sapphire.mdl" "34" "725" "1"
"Butterfly | Fade" "models/csgo_ozone/butterfly/btf_fade.mdl" "35" "800" "1"
"M9Bayonet | Slaughter" "models/csgo_ozone/m9bayonet/m9_slaughter.mdl" "36" "800" "1"
"Butterfly | Blue Sea" "models/csgo_ozone/butterfly/btf_bluesea.mdl" "37" "850" "1"
"Butterfly | Galaxy" "models/csgo_ozone/butterfly/btf_galaxy.mdl" "38" "950" "1"
"M9Bayonet | Blue Steel" "models/csgo_ozone/m9bayonet/m9_bluesteel.mdl" "39" "985" "1"
"Karambit | Lore" "models/csgo_ozone/karambit/karambit_lore.mdl" "40" "1000" "1"
"M9Bayonet | Crimson Web" "models/csgo_ozone/m9bayonet/m9_cweb.mdl" "41" "1250" "1"
"M9Bayonet | Emerald" "models/csgo_ozone/m9bayonet/m9_emerald.mdl" "42" "1250" "1"
"M9Bayonet | Marble Fade" "models/csgo_ozone/m9bayonet/m9_marblef.mdl" "43" "1500" "1"
"M9Bayonet | Jewelry Blue" "models/csgo_ozone/m9bayonet/m9_jwelblue.mdl" "44" "1800" "1"
"M9Bayonet | Lore" "models/csgo_ozone/m9bayonet/m9_lore.mdl" "45" "2000" "1"

change map in 1.4

Is it normal to take too long to change the map? sometimes the server goes down and comes back in another

Server shutdown

L 09/09/2020 - 21:44:38: FATAL ERROR (shutting down): SV_ModelIndex: SV_ModelIndex: model models/csgo_ozone/galil/v_galil.mdl not precached
FATAL ERROR (shutting down): SV_ModelIndex: SV_ModelIndex: model models/csgo_ozone/galil/v_galil.mdl not precached
./hlds_run: line 255: 2972 Segmentation fault $HL_CMD

Custom Stuff

Can you make the starttrak for custom skins?
Can you add open case for dropping skins? "If can add a custom sprite for the open case. Like on zombie escape when you win or lose the round."
Can you make a contract for skins?
Can you add some agents?

PS. I have a plugin for crosshair i can give you the source if you want to integrate to your mode :P
PS2. Sorry for adding hear i think in email you said to add hear me "request". I think they are a good idea atleast some of them. :D

FATAL ERROR

FATAL ERROR (shutting down): Cache_TryAlloc: 15466256 is greater then free hunk

Critical error

L 08/25/2020 - 14:52:53: [FAKEMETA] Invalid entity
L 08/25/2020 - 14:52:53: [AMXX] Displaying debug trace (plugin "csgo_core.amxx", version "2.1.0")
L 08/25/2020 - 14:52:53: [AMXX] Run time error 10: native error (native "pev")
L 08/25/2020 - 14:52:53: [AMXX] [0] fakemeta_util.inc::fm_get_aim_origin (line 737)
L 08/25/2020 - 14:52:53: [AMXX] [1] csgo_core.sma::fm_get_user_aiming_ent (line 3487)
L 08/25/2020 - 14:52:53: [AMXX] [2] csgo_core.sma::check_aim_weapon (line 2542)

Server crashed with 3 players online

Multilang support

Similarly to CoDMod it would be great to add multilang support.

  • Core
  • Clans
  • Ranks
  • Accounts
  • Assist and revenge
  • Operations
  • Server menu
  • Transfer
  • VIP and SVIP

bug function?

i have this bug on mod

09/04/2020 - 21:43:24: [AMXX] Plugin ("csgo_mod.amxx") is setting itself as failed.
09/04/2020 - 21:43:24: [AMXX] Plugin says: Function out of bounds. Got: 186 Max: 129

[CS:GO StatTrak] Query failed

[CS:GO StatTrak] Query failed. [1364] Field 'steamid' doesn't have a default value
[CS:GO Accounts] Query failed. [1364] Field 'steamid' doesn't have a default value

Few suggestions

I will leave here some suggestions that could be added to the mod

1: Nametag for weapons
2 : MVP
3: Music kits
4: Graffiti (https://gamebanana.com/wips/46110)
5: Mod selector by cvar competitive/casual/deathmach
6: Modification of the existing rank system by adding a function also to rank down not only up (idk if it's already like that)
7: Gambling like roulette, crash, coinflip, jackpot etc
8: Stattrak convertor, (convert a normal skin to stattrak in exchange of some money but with chance to fail)
9: Promocode (admin will set a promocode that will give some money if is known and used)
10: Skins categories (like in csgo https://counterstrike.fandom.com/wiki/Skins)
11: Skins classification (Factory New / Minimal Wear / Field-Tested / Well-Worn / Battle-Scared and lowering in level by how much is used for example Factory New have 100% if you use it all day it will decresse to 70% and will become Minimal Wear dealing less dmg and soo on)
12: Skin preview (being able to see the skin without owning it by equipping it for like 10 seconds)
13: Chat tag that can be purchased from store
14: Contract system like in csgo (ex: you put 10 common skins and you get 1 uncommon skin)
15: Daily Reward and Task

I would be great to be all added to the mod :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.