←  [RSS] Pluginy

AMXX.pl: Support AMX Mod X i SourceMod

»

[Store] Equipment (1.0.7-alpha)

Adminek AMXX.PL - zdjęcie Adminek AMXX.PL 10.02.2013

[Store] Equipment (1.0.7-alpha)

Description:
  • This plugin allows players to buy custom wearable items in the store (hats, armors, or anything the administrator sets in the server) to customize the visuals of the characters.
  • Based off Zephyrus's Hats plugin.
  • This plugin is not supported in TF2 due to Valve's policy on attachments.
  • The most recent source code is available at this project's GitHub repository: https://github.com/a...store-equipment.
Requirements:Features:
  • Custom attachments - You can set different attachments for every equipment item, not just the forward attachment.
  • Support for custom player models - You can set different positions and angles for every player model that you have in your server.
  • Zombie:Reloaded support (optional) - Only humans can wear equipment.
  • ToggleEffects support (optional)
  • Models and materials are downloaded automatically - You don't need to configure that.
Installation:Download the attached zip archive and extract to your sourcemod folder intact. Download Accessories Pack and extract it to your game directory. Then navigate to configs/store/sql-init-scripts/ and execute equipment.sql in your database.Adding more equipment:Until the web panel for the store will be ready, you'll need to update the database directly to add more items. To do that, open your phpMyAdmin and duplicate one of the existing hats or miscs you have. Change name, display_name, description and attrs to customize the new equipment. If you don't want to support any custom player models, the attrs field should look like: Code: { "model": "models/sam/antlers.mdl", "position": [0, 0, 2.4], "angles": [0, 0, 0], "attachment": "forward"}If you do have custom player models, you'll need to extend it with the playermodels property: Code: { "model": "models/props_junk/trafficcone001a.mdl", "position": [0.0, -1.0, 20.0], "angles": [0.0, 0.0, 0.0], "attachment": "forward", "playermodels": [ { "playermodel": "models/player/techknow/scream/scream.mdl", "position": [0, -5.4, 20], "angles": [0, 0, 90] }, { "playermodel": "models/player/csctm/bandit/black.mdl", "position": [0, -5.4, 20], "angles": [0, 0, 90] } ]} Attached Files Dołączona grafika store-equipment-1.0.7-alpha.zip (60.1 KB)

Wyświetl pełny artykuł
Odpowiedz