Raised This Month: $51 Target: $400
 12% 

[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-28-2021 , 15:33   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1681

Quote:
Originally Posted by clqrk View Post
Updated!

Sorry if I'm spamming but here's the full list I put inside srcds.exe

sm plugins list
[SM] Listing 26 plugins:
01 "Admin File Reader" (1.10.0.6522) by AlliedModders LLC
02 "Admin Help" (1.10.0.6522) by AlliedModders LLC
03 "Admin Menu" (1.10.0.6522) by AlliedModders LLC
04 "Anti-Flood" (1.10.0.6522) by AlliedModders LLC
05 "Auto File Loader" (1.0.3) by Keith Warren (Shaders Allen)
06 "Basic Ban Commands" (1.10.0.6522) by AlliedModders LLC
07 "Basic Chat" (1.10.0.6522) by AlliedModders LLC
08 "Basic Comm Control" (1.10.0.6522) by AlliedModders LLC
09 "Basic Commands" (1.10.0.6522) by AlliedModders LLC
10 "Basic Info Triggers" (1.10.0.6522) by AlliedModders LLC
11 "Basic Votes" (1.10.0.6522) by AlliedModders LLC
12 "Bot Mimic" (2.1) by Jannik "Peace-Maker" Hartung
13 "Client Preferences" (1.10.0.6522) by AlliedModders LLC
14 "[CS:GO] Weapon Stickers" (1.2) by quasemago and z1ntex
15 "csutils" (1.3.3) by splewis/Deathknife
16 "eItems" (0.10_noapi) by ESK0 (Original author: SM9)
17 "flashcolor.smx"
18 "Fun Commands" (1.10.0.6522) by AlliedModders LLC
19 "Fun Votes" (1.10.0.6522) by AlliedModders LLC
20 "Gloves" (1.0.5) by kgns | oyunhost.net
21 "Nextmap" (1.10.0.6522) by AlliedModders LLC
22 "Player Commands" (1.10.0.6522) by AlliedModders LLC
23 "Reserved Slots" (1.10.0.6522) by AlliedModders LLC
24 "Sound Commands" (1.10.0.6522) by AlliedModders LLC
25 "Team Logo Management" (1.4.2) by Neuro Toxin
26 <Failed> "Weapons & Knives" (1.7.5) by kgns | oyunhost.net > This is the issue.
Errors:
weapons.smx (Weapons & Knives): Could not find required plugin "updater"
Apparently the latest merged version now on github needs the updater to work.

Install it from this link: https://forums.alliedmods.net/showthread.php?p=1570806

I believe that @kgns can see later for those who do not use the updater the plugin work yet, leave it as optional.

Remember, if you've updated your SourceMod & Metamod to the latest versions it has overwritten your entire configuration, do it all over again.

As I mentioned, follow the installation tutorial to the letter.
Quote:
Originally Posted by kgns View Post
Installation
  • Use this without a GSLT token (LAN server), or use a token service for your servers, or your account will be banned from operating game servers, and a month cooldown from playing the game.
  • Edit csgo/addons/sourcemod/configs/core.cfg => Change "FollowCSGOServerGuidelines" "yes" to "no"
  • Install PTaH 1.1.0+ (DOWNLOAD PTaH)
  • Copy the folder structure to your gameserver.
  • (OPTIONAL) If you want to use MySQL instead of SQLite (storage-local), edit addons/sourcemod/configs/databases.cfg file and add the MySQL db connection details under "weapons" title, then change "sm_weapons_db_connection" cvar inside cfg/sourcemod/weapons.cfg file to "weapons"
  • Restart server.
paulo_crash is offline
clqrk
Junior Member
Join Date: Oct 2021
Old 10-28-2021 , 19:22   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1682

Quote:
Originally Posted by paulo_crash View Post
Apparently the latest merged version now on github needs the updater to work.

Install it from this link: https://forums.alliedmods.net/showthread.php?p=1570806

I believe that @kgns can see later for those who do not use the updater the plugin work yet, leave it as optional.

Remember, if you've updated your SourceMod & Metamod to the latest versions it has overwritten your entire configuration, do it all over again.

As I mentioned, follow the installation tutorial to the letter.

i followed the tutorial, but ill install the updater plugin and see if it works now. thanks for the help!

And I created a new database called weapons and a new schema called test to test if it works. I'll see if it works now. But in the databases, I put the following:

"weapons"
{
"driver" "mysql"
"host" "localhost"
"database" "test"
"user" "root"
"pass" "wont enter in pass but pretend this pass is filled in"
//"timeout" "0"
"port" "3306"
}

Is anything wrong with this setup in databases.cfg?

And yes, I fixed all sourcemod and metamod folders, so it's back to its original state.

Last edited by clqrk; 10-28-2021 at 19:23.
clqrk is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-28-2021 , 19:29   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1683

Quote:
Originally Posted by clqrk View Post
"weapons"
{
"driver" "mysql"
"host" "localhost"
"database" "test"
"user" "root"
"pass" "wont enter in pass but pretend this pass is filled in"
//"timeout" "0"
"port" "3306"
}
MySQL will only work if you have web hosting for it, if you don't use SQLite.

If using sqlit remove weapons configuration from database.cfg.
paulo_crash is offline
clqrk
Junior Member
Join Date: Oct 2021
Old 10-28-2021 , 23:46   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1684

Quote:
Originally Posted by paulo_crash View Post
MySQL will only work if you have web hosting for it, if you don't use SQLite.

If using sqlit remove weapons configuration from database.cfg.
When I dragged and drop the updater.inc and smx to source mods, it still pops up with an error

[SM] Listing 27 plugins:
01 "Admin File Reader" (1.10.0.6522) by AlliedModders LLC
02 "Admin Help" (1.10.0.6522) by AlliedModders LLC
03 "Admin Menu" (1.10.0.6522) by AlliedModders LLC
04 "Anti-Flood" (1.10.0.6522) by AlliedModders LLC
05 "Auto File Loader" (1.0.3) by Keith Warren (Shaders Allen)
06 "Basic Ban Commands" (1.10.0.6522) by AlliedModders LLC
07 "Basic Chat" (1.10.0.6522) by AlliedModders LLC
08 "Basic Comm Control" (1.10.0.6522) by AlliedModders LLC
09 "Basic Commands" (1.10.0.6522) by AlliedModders LLC
10 "Basic Info Triggers" (1.10.0.6522) by AlliedModders LLC
11 "Basic Votes" (1.10.0.6522) by AlliedModders LLC
12 "Bot Mimic" (2.1) by Jannik "Peace-Maker" Hartung
13 "Client Preferences" (1.10.0.6522) by AlliedModders LLC
14 "[CS:GO] Weapon Stickers" (1.2) by quasemago and z1ntex
15 "csutils" (1.3.3) by splewis/Deathknife
16 "eItems" (0.10_noapi) by ESK0 (Original author: SM9)
17 "flashcolor.smx"
18 "Fun Commands" (1.10.0.6522) by AlliedModders LLC
19 "Fun Votes" (1.10.0.6522) by AlliedModders LLC
20 "Gloves" (1.0.5) by kgns | oyunhost.net
21 "Nextmap" (1.10.0.6522) by AlliedModders LLC
22 "Player Commands" (1.10.0.6522) by AlliedModders LLC
23 "Reserved Slots" (1.10.0.6522) by AlliedModders LLC
24 "Sound Commands" (1.10.0.6522) by AlliedModders LLC
25 "Team Logo Management" (1.4.2) by Neuro Toxin
26 <Error> "Updater" (1.2.2) by GoD-Tony
27 <Failed> "Weapons & Knives" (1.7.5) by kgns | oyunhost.net

Errors:
updater.smx (Updater): Error detected in plugin startup (see error logs)
weapons.smx (Weapons & Knives): Could not find required plugin "updater"
clqrk is offline
clqrk
Junior Member
Join Date: Oct 2021
Old 10-28-2021 , 23:58   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1685

Found error logs since 27th up to today. Download the following log to see what the issue is.
Attached Files
File Type: log errors_20211029.log (1.7 KB, 72 views)
File Type: log L20211028.log (2.6 KB, 49 views)
File Type: log L20211027.log (6.3 KB, 59 views)
clqrk is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-29-2021 , 00:50   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1686

Quote:
Originally Posted by clqrk View Post
Found error logs since 27th up to today. Download the following log to see what the issue is.
Install Steam Works: https://github.com/KyleSanderson/Ste...ses/tag/1.2.3c
paulo_crash is offline
clqrk
Junior Member
Join Date: Oct 2021
Old 10-29-2021 , 06:05   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1687

[/QUOTE]
Quote:
Originally Posted by paulo_crash View Post
I inserted it to my sourcemod folder, its still with the same error.
clqrk is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-29-2021 , 16:01   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1688

Quote:
Originally Posted by clqrk View Post

I inserted it to my sourcemod folder, its still with the same error.
Let's do it like this, solve your problem.

Please let me know the following information:
  • sm plugins list
  • sm exts list
  • sm version

Type these commands one by one on the server console and paste the result here, copy and paste everything without exception. (I won't use the ones you already sent as a reference, send everything again)

Then go to csgo/addons/sourcemod/logs folder, attach the most recent error logs here, attach them complete, without editing.

Let's start with this information, then move on to fix your problem.

Last edited by paulo_crash; 10-29-2021 at 16:02.
paulo_crash is offline
clqrk
Junior Member
Join Date: Oct 2021
Old 10-29-2021 , 19:13   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1689

Quote:
Originally Posted by paulo_crash View Post
Let's do it like this, solve your problem.

Please let me know the following information:
  • sm plugins list
  • sm exts list
  • sm version

Type these commands one by one on the server console and paste the result here, copy and paste everything without exception. (I won't use the ones you already sent as a reference, send everything again)

Then go to csgo/addons/sourcemod/logs folder, attach the most recent error logs here, attach them complete, without editing.

Let's start with this information, then move on to fix your problem.
Sm plugins: sm plugins list
[SM] Listing 27 plugins:
01 "Admin File Reader" (1.10.0.6522) by AlliedModders LLC
02 "Admin Help" (1.10.0.6522) by AlliedModders LLC
03 "Admin Menu" (1.10.0.6522) by AlliedModders LLC
04 "Anti-Flood" (1.10.0.6522) by AlliedModders LLC
05 "Auto File Loader" (1.0.3) by Keith Warren (Shaders Allen)
06 "Basic Ban Commands" (1.10.0.6522) by AlliedModders LLC
07 "Basic Chat" (1.10.0.6522) by AlliedModders LLC
08 "Basic Comm Control" (1.10.0.6522) by AlliedModders LLC
09 "Basic Commands" (1.10.0.6522) by AlliedModders LLC
10 "Basic Info Triggers" (1.10.0.6522) by AlliedModders LLC
11 "Basic Votes" (1.10.0.6522) by AlliedModders LLC
12 "Bot Mimic" (2.1) by Jannik "Peace-Maker" Hartung
13 "Client Preferences" (1.10.0.6522) by AlliedModders LLC
14 "[CS:GO] Weapon Stickers" (1.2) by quasemago and z1ntex
15 "csutils" (1.3.3) by splewis/Deathknife
16 "eItems" (0.10_noapi) by ESK0 (Original author: SM9)
17 "flashcolor.smx"
18 "Fun Commands" (1.10.0.6522) by AlliedModders LLC
19 "Fun Votes" (1.10.0.6522) by AlliedModders LLC
20 "Gloves" (1.0.5) by kgns | oyunhost.net
21 "Nextmap" (1.10.0.6522) by AlliedModders LLC
22 "Player Commands" (1.10.0.6522) by AlliedModders LLC
23 "Reserved Slots" (1.10.0.6522) by AlliedModders LLC
24 "Sound Commands" (1.10.0.6522) by AlliedModders LLC
25 "Team Logo Management" (1.4.2) by Neuro Toxin
26 <Error> "Updater" (1.2.2) by GoD-Tony
27 <Failed> "Weapons & Knives" (1.7.5) by kgns | oyunhost.net
Errors:
updater.smx (Updater): Error detected in plugin startup (see error logs)
weapons.smx (Weapons & Knives): Could not find required plugin "updater"

sm exts list: sm exts list
[SM] Displaying 18 extensions:
[01] Automatic Updater (1.10.0.6522): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6522): Extension for interacting with URLs
[03] CS Tools (1.10.0.6522): CS extended functionality
[04] BinTools (1.10.0.6522): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6522): Source SDK Tools
[06] Top Menus (1.10.0.6522): Creates sorted nested menus
[07] <OPTIONAL> file "dhooks.ext.dll": The specified module could not be found.

[08] SDK Hooks (1.10.0.6522): Source SDK Hooks
[09] Client Preferences (1.10.0.6522): Saves client preference settings
[10] SQLite (1.10.0.6522): SQLite Driver
[11] PTaH (1.1.3): Additional CS:GO Hooks and Natives
[12] Regex (1.10.0.6522): Provides regex natives for plugins
[13] REST in Pawn (1.2.3): Provides HTTP and JSON natives for plugins
[14] <OPTIONAL> file "steamtools.ext.dll": The specified module could not be found.

[15] <OPTIONAL> file "SteamWorks.ext.dll": The specified module could not be found.

[16] <OPTIONAL> file "curl.ext.dll": The specified module could not be found.

[17] <OPTIONAL> file "socket.ext.dll": The specified module could not be found.

[18] MySQL-DBI (1.10.0.6522): MySQL driver implementation for DBI

sm version: sm version
SourceMod Version Information:
SourceMod Version: 1.10.0.6522
SourcePawn Engine: 1.10.0.6522, jit-x86 (build 1.10.0.6522)
SourcePawn API: v1 = 5, v2 = 12
Compiled on: Oct 26 2021 13:56:13
Built from: https://github.com/alliedmodders/sou...ommit/8a579f49
Build ID: 6522:8a579f49
http://www.sourcemod.net/
Attached Files
File Type: log L20211030.log (357 Bytes, 62 views)
clqrk is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-29-2021 , 20:34   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1690

Spoiler

Attached is the WS, Knfe & Gloves, just download and send to the CSGO folder of your server, done that just restart your server.

This default configuration of plugins, working just edit as you want.

NOTE: You didn't send the error log, it starts with the prefix errors_

[EDIT1]
I also sent your databases.cfg configuration file. Let me check the configuration you are using;
Attached Files
File Type: zip WS, Knife & Gloves.zip (7.64 MB, 140 views)

Last edited by paulo_crash; 10-29-2021 at 20:36.
paulo_crash is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode