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

[TF2] Play Points Ability Pack (1.0) [1/10/13]


  • 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 11.01.2013 05:53

[TF2] Play Points Ability PackVersion 1.0

Video: Coming Soon..."Better if someone else does it for me :)"Introduction: This plugin a rewrite of the RMF Ability Pack. Each class has it's own abilities.The player will gain points from kills/assist. The player then can use these points to buy abilities. One ability can be active at a time. Points and active abilities will be saved through client prefs. If the player decides to change abilities, they would have to rebuy the old ability if they choose to switch back. Dependency:- The NEWEST Sourcemod 1.5 (1.4 will NOT work and will crash)- Metamod 1.10- SDKHooks (https://forums.allie....52#post1721652)- Latest version of TF2ItemsAbilities: Quote: ScoutBonk Shoes:This ability will stun players when you jump on their heads520 Speed:This ability will increase your speed to 520, making you faster than everyoneSoldierHoming Rockets:Gain charge and use this charge to launch a homing rocketNapalm Rockets:Use all your ammo in your clip to create a more deadly explosionPyroDisguise JutsuYou will be able to hide from your enemies when you crouchFly Blasting:You will be able to fly into the air with compression blastDemomanSuper Charger:You will have infinite amount of chargesHeavyMachine Slapping:Your machine gun will cause all your enemies to be slapped into the air when shot at.Hyper Heavy:You will be able to fly with only your fists out. Once out, you will be forced to your melee.EngineerKarma Sentry:When you die, a sentry gun will spawn at where you diedMedicDrug Syringe:Your syringe gun and crossbow will cause your enemies FOV to change and disrupt their viewSniperTracer Bullets:If you shot a player with a sniper rifle and he lives, that player will glow so you will know their exact locationExplosive Arrows:Your arrows will explode on impactHoming Arrows:Gain charge and use this charge to make your arrows homingSpy50. Cal Shot:Gain charge and use this charge to do a 1 shot kill Installation: Quote: - Download playpoints.smx and place it in sourcemod/plugins directory- Download playpoints.cfg and place it in sourcemod/cfg to configure your values- Install latest version of TF2Items, SDKHooks, Metamod and Sourcemod 1.5 Convars: Quote:
  • sm_playpoints_version
  • sm_playpoints_enabled 1 - Enable playpoints plugin
  • sm_playpoints_timer 120 - How many seconds to display to clients about playpoints
  • sm_playpoints_sentryremove 5.0 - How many seconds until sentry is removed when using Karma Sentry?
  • sm_playpoints_disguisespeed 100.0 - What should the player's speed be when using Disguise Jutsu?
  • sm_playpoints_pyropushforce 450.0 - What should the player's force be when using Fly Blasting?
  • sm_playpoints_hyperforce 600.0 - What should the player's force be when using hyper heavy?
  • sm_playpoints_bonkduration 5.0 - What should the bonk duration be when using bonk shoes?
  • sm_playpoints_tracerduration 5.0 - How long should tracer bullets last?
  • sm_playpoints_exparrowdamage 50.0 - How much damage should explosive arrows do?
  • sm_playpoints_exparrowradius 200.0 - What should the radius be for explosive arrows?
  • sm_playpoints_napalmdamage 300.0 - How much damage should napalm rockets do?
  • sm_playpoints_napalmradius 400.0 - What should the radius be for napalm rockets?
  • sm_playpoints_disabled "" - What abilities should be disabled? (List will be on the bottom)
  • sm_disguise_price 50 - Price for Disguise Jutsu
  • sm_blasting_price 50 - Price for Fly Blasting
  • sm_slapping_price 50 - Price for Machine Slapping
  • sm_hyper_price 100 - Price for Hyper Heavy
  • sm_bonk_price 50 - Price for Bonk Shoes
  • sm_speed_price 50 - Price for 520 Speed
  • sm_tracer_price 50 - Price for Tracer Bullets
  • sm_exparrow_price 100 - Price for Explosive Arrows
  • sm_homearrow_price 125 - Price for Homing Arrows
  • sm_homerocket_price 100 - Price for Homing Rockets
  • sm_napalm_price 75 - Price for Napalm Rockets
  • sm_karma_price 50 - Price for Karma Sentry
  • sm_charger_price 50 - Price for Super Charger
  • sm_fifty_price 50 - Price for 50. Cal
  • sm_drug_price 50 - Price for Drug Syringe
  • sm_playpoints_kill 2 - How much points does killing someone give?"
  • sm_playpoints_hs 1 - How much points does a headshot give?
  • sm_playpoints_assist 1 - How much points should an assist give?
Commands: Quote:
  • //Shows the buying menu
  • sm_buy
  • sm_menu
  • sm_shop
  • sm_pp
  • sm_playpoints//Admin Generic Command to add/subtract points
  • sm_addpoints
  • sm_subpoints
Ability names used for sm_playpoints_disabled Quote: disguise,blasting,slapping,hyper,bonk,speed,t racer,explosivearrows,homearrows,homerockets, napalm,karma,charger,fiftycal,drugJust place the ability you don't want in sm_playpoints_disabled seperated by comas. Version: Quote: 1.0 - Released Todo: Quote: Add more abilities and code cleanup and a better thread *Requires morecolors.inc and playpoints.inc to compileEnjoy!*Side note: Thanks Bailopan for his decompiler. (Notepad++ crashed and deleted my source, his decompiler saved a lot of my work) Attached Files Dołączona grafika playpoints.cfg (3.0 KB) Dołączona grafika Get Plugin or Get Source (playpoints.sp - 57.2 KB) Dołączona grafika playpoints.smx (40.6 KB) Dołączona grafika playpoints.inc (23.4 KB)

Wyświetl pełny artykuł




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

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