Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

[Store] Equipment (1.0.7-alpha)


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 476
  • Lokalizacja:AMXX.PL
Offline

Napisano 10.02.2013 13:57

[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ł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych