AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CSGO] Gloves (https://forums.alliedmods.net/showthread.php?t=299977)

kgns 07-31-2017 23:05

[CSGO] Gloves
 
[CSGO] Gloves

This plugin USED TO get your GSLT (token) banned!
Valve stopped banning GSLT (token) a long time ago for some reason

Description
This plugin allows you to;
  • Use specific gloves
  • Use random gloves
  • Use random gloves among glove groups (i.e. Random Bloodhound Gloves)
  • Set specific wear condition for gloves

CVars
You can modify the CVars below in cfg/sourcemod/gloves.cfg file
  • sm_gloves_db_connection - Database connection name in databases.cfg to use
    Default: "storage-local"
  • sm_gloves_table_prefix - Prefix for database table (example: "xyz_")
    Default: ""
  • sm_gloves_chat_prefix - Prefix for chat messages Currently there are no messages shown anyway.
    Default: "[oyunhost.net]"
  • sm_gloves_enable_float - Enable/Disable gloves float options
    Default: "1"
  • sm_gloves_float_increment_size - Increase/Decrease by value for gloves float
    Default: "0.2"
  • sm_gloves_enable_world_model - Enable/Disable gloves to be seen by other living players
    Default: "1"

Installation
  • Edit csgo/addons/sourcemod/configs/core.cfg => Change "FollowCSGOServerGuidelines" "yes" to "no"
  • 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 "gloves" title, then change "sm_gloves_db_connection" cvar inside cfg/sourcemod/gloves.cfg file to "gloves"
  • Restart the server or type "sm plugins load gloves" into the server console.

Notes
  • If you are using Custom Player OR Arms Models on your server, you have to modify the plugin that does the model changing, and make it use Gloves_SetArmsModel native function instead. Or your players arms will be invisible if they do not use any gloves.
  • No options for non-premium/vip usage restriction will be added. Do not request it, do it yourself if you want to. Or pay a reasonable price for it to be done for you.

Changelog
  • v1.0.5 (17 Dec 2020)
    - Added Operation Broken Fang Gloves
  • v1.0.4 (22 Nov 2019)
    - Fixed an unimportant error
    - Chat triggers will now be hidden
    - Set up Jenkins for automatic builds from source files in GitHub repo
  • v1.0.3 (15 Feb 2018)
    - Updated config files for the new gloves released in Clutch Case
    - Added a new native Gloves_GetArmsModel(int client, char[] armsModel, int size) for other plugins to get the arms model of the player.
  • v1.0.1 (1 Aug 2017)
    - Added glove names translations
    - Added Portuguese translation thanks to BlackZon
    - Added a ConVar to enable or disable world model view of gloves
    - Added a new Native function for third party plugins to use when setting custom player models or arms models to not encounter invisible arms bug Valve introduced some time ago.
  • v1.0.0 (31 July 2017)
    - First release

Links

strikerpl 08-01-2017 03:08

Re: [CSGO] Gloves
 
1 Attachment(s)
Nice ;3

Polish Translate

Cripix 08-01-2017 04:44

Re: [CSGO] Gloves
 
1 Attachment(s)
French Translate :grrr::grrr:

vortex. 08-01-2017 07:28

Re: [CSGO] Gloves
 
Thanks for sharing :)

Czar_ 08-01-2017 15:04

Re: [CSGO] Gloves
 
Tested and works great! Now all u need is stickers and graffitis :wink:

MithatGuner 08-02-2017 03:37

Re: [CSGO] Gloves
 
Good Job!

MBf 08-06-2017 18:23

Re: [CSGO] Gloves
 
Can you just do it for a specific flag? I just want to have access to admin ...

SnowHP 08-06-2017 19:09

Re: [CSGO] Gloves
 
Nice plugin ma friend more like that :)

SnowHP 08-07-2017 15:08

Re: [CSGO] Gloves
 
Quote:

Originally Posted by MBf (Post 2540015)
Can you just do it for a specific flag? I just want to have access to admin ...

Go to: sourcemod/configs/admin_overrides.cfg

And set sm_gloves "b" that should work , but kgns will not give any support for that!

altair540 08-12-2017 08:55

Re: [CSGO] Gloves
 
error log
Quote:

[SM] Exception reported: Entity 193 (193) is invalid
[SM] Blaming: gloves.smx
[SM] Call stack trace:
[SM] [0] SetEntPropEnt
[SM] [1] Line 108, gloves/menus.sp::ResetGlovesTimer


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

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