AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Credits Mod (Updated 12-18-05) (https://forums.alliedmods.net/showthread.php?t=22104)

mikes3ds 12-18-2005 19:25

Credits Mod (Updated 12-18-05)
 
1 Attachment(s)
Credit Mod

Plugin Description:
This plugin will give your players a credit for a certain amount of time they've played on the server. With each credit your players can buy upgrades and items. The amount of credits each upgrade costs is configurable through defines and so are the amount of credits given.

Plugin based on:
Upgrades Mod v 1.0.9 (Cheap_Suit)
Frequent Fragger Program (slurpycof)

Commands:
amx_givecredits <name> <amount>
amx_removecredits <name> <amount>
say /givecredits <amount> - gives amount of credits to whoever your aiming at
say /credits - shows players amount of credits and tells you in minutes how long until your next credit
say /buy (or) /upgrades - opens main upgrade menu
amx_querycredits - ADMIN_CVAR - shows all players credits in console

Cvars:
amx_upgrades 1 = on / 0 = off (even when upgrades are turned off it will still log players credits)

Passive Upgrade Description:
[Armor] - Increase MAX Armor
[Health] - Increase MAX Health
[Speed]- Increase MAX Speed
[Gravity] - Decrease Gravity
[Stealth] - Decrease Visability
[MultiJump] - Allows you to jump in the air (each level you purchase gives you another jump in the air)

Item Upgrades Description:
[Battle Aura] - Steals enemy's health
[First Aid] - HP/AP regeneration
[Weapon Training] - No recoil
[Jump Module] - Enables Bunny Hopping
[Climbing Gear] - Ability to climb walls
[Promotion] - 2x money intake
[Unlimited Ammo] - Give's no limition to ammunation
[Stealth Shoes] - Disable's Footstep sounds
[Wired C4 Explosive] - Kamikaze with remote
[E.S.P] - Ability to know where your enemy is
[Laser Pointer] - Adds an extra crosshair for your weapons
[Super Grenade] - Killer grenade
[Crowbar] - 2x damage knife
[Flash Protection] - Removes blindness from flashbangs
[Exploding Bullets] - Bullets Expode
[Deadly Deagle] - One Shot kill Deagle

Includes:
Code:
#include <amxmodx> #include <engine> #include <cstrike> #include <fun> #include <vault>

Defines:
Code:
#define VER "1.0.4" //Amount of credits new players get #define numnewcredits 4 //Time Per Credit (in seconds) #define credittime 900 //How much the passive upgrades cost #define armorcost 1 #define hpcost 1 #define speedcost 1 #define gravitycost 1 #define stealthcost 1 #define multijumpcost 1 //How much the passive upgrades adds #define armorperbuy 10 #define hpperbuy 10 #define speedperbuy 20 //eg. 0.05 it will take off 5% of the users gravity #define gravityperbuy 0.1 //eg. (stealthperbuy = 60) times (stealthmaxlvl = 3) = 180 // the value must be lower than the defaultstealth #define defaultstealth 200 #define stealthperbuy 20 //How much the passive upgrades Max Level #define armormaxlvl 5 #define hpmaxlvl 10 #define speedmaxlvl 5 #define gravitymaxlvl 6 #define stealthmaxlvl 7 #define multijumpmaxlvl 5 //Item Upgrades //max items #define maxitems 6 //max credits spent per map #define maxcredits 15 //First Aid Regeneration #define regenerationrate 4.5 // health regeneration points #define hpregenp 5 // armor regeneration points #define apregenp 8 // First Aid cost #define regenerationcost 1 //Battle Aura cost #define hpscost 1 //Weapon Training cost #define weapontrainingcost 2 //Jump Module cost #define jumpmodulecost 1 //Climb Gear cost #define climbgearcost 1 //Promotion cost #define promocost 1 //Unlimited Ammo cost #define unlacost 1 //Stealth Shoe cost #define sshoecost 1 //C4 Wired Explosives #define BOMBKILL_RANGE 350 #define wiredc4ecost 1 //E.S.P cost #define espcost 2 //Laser Pointer #define lasercost 1 //Super Grenade cost #define sgrencost 1 //Crowbar cost #define crowbarcost 1 //Flash Protection #define flashcost 1

Screenshots: (click to enlarge)
Menu:
http://x4.putfile.com/9/24701070159-thumb.jpg

Wired C4:
http://x4.putfile.com/9/24513075815-thumb.jpg

ESP:
http://x4.putfile.com/9/24513092576-thumb.jpg

Crowbar:
http://x4.putfile.com/9/24513100334-thumb.jpg

Laser Pointer:
http://x4.putfile.com/9/24513103643-thumb.jpg

Stealth:
http://x4.putfile.com/9/24513111227-thumb.jpg

Climbing Gear:
http://x4.putfile.com/9/24513121125-thumb.jpg

Give Credits:
http://x4.putfile.com/9/24513123931-thumb.jpg

Exploding Bullets
http://x11.putfile.com/12/35123493481-thumb.jpg

atomic 12-18-2005 19:39

How come ive never seen ANY servers with this mod

mikes3ds 12-18-2005 19:41

72.35.74.119:27015

if you want to try my server....

This is the test of what the new CREDITS MOD well be like

Wraith 12-18-2005 20:52

Nicely Made
 
Well I've used the plugin for about a week on my server it was great, though I got bored of it I switched to Superhero Mod. That is a very nicely made code for CS.

Though has like a Warcraft 3 feeling into it, because of some of the picture and attributes in it.

v3x 12-18-2005 22:31

I think I've played on a server with this mod before. 7~11 server or something..

mikes3ds 12-18-2005 23:20

Ya that would be my server....

7~11
72.35.74.119:27015

aLpiNe^cLuBz 12-18-2005 23:41

Nice plugin. Will try out. :D

Skeetles 12-19-2005 09:44

lol yours is the server that stuck 7-11 after everything making every plugin from these forums that is on your server a "7-11 custom clan" plugin.

mikes3ds 12-19-2005 14:11

No. Not true.

Every plugin on our server HAS every one's credits on it.

Dont see what your problem is. Theres ONLY TWO PLUGINS ON OUR SERVER......plus the basic AMX BASE.

Respawn Plugin
And
7-11 Tatics [Credits MOD]

Cheers Buddy...

p.s. I dont mean harm.....I only want to help and improve in amxx community ...

Skeetles 12-19-2005 15:36

puting your name on other people's plugins is so low.


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

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