• 8 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Shop system for Infected gametype
#1
Wink 
Hey guys, i made small version of Shop system for Infected gametype. That's includes all smgs, lmgs, assaults, and explosives, shotguns. Earn points by killing.


NEW SHOP SYSTEM + SOURCE
http://www.itsmods.com/forum/Thread-Rele...-Shop.html








How to use?!
Easy to use. Instruction, Type:
!shop - Show two shop categories
!ammo - Buy ammo
!tut - Help
!mypoints - Your points

Shop categories
Shop has two categories: Weapons and Perks. "Zombies" can't buy weapons, but they can buy throwing knife and emp grenade. Humans can buy weapons.
Also "zombies" can buy some perks. (Ex. Cold blooded)
Weapon categories:
!smg - Prints SMG list
!lmg - Prints LMG list
!assault - Prints assault list
!shotguns - Prints shotguns list
!snipe - Prints snipers list
!expl - Prints explosives list
Perks are default. No categories.

Information
You can edit costs for weapons! Open sv_config.ini and find mw3shop tab.
To buy weapon you need to reach enough score.
Perks are cleaning on spawn.
ONLY FOR INFECTED GAMETYPE
Ask me if you need not for infected gametype.

Problem
Nope

Bugs
Not detected.

Coming features
- Attachments

Video


Screenshots
[Image: p51200iw5mp%202012-03-28%2023-54-44-61c231.bmp]
[Image: k17085iw5mp%202012-03-28%2023-54-21-34w231.bmp]


Credits
@Sailormoon - Made it
@Youtube comments - idea Dumb Bitch

Download:

V1 - First releae
V2 - Added more configurations (disables etc)
V3 - Fixed all, added new points system...

.rar   mw3shop.rar (Size: 7.37 KB / Downloads: 863)
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#2
This looks sick...im confused as to how the perks work though..are you saying that only zombies can buy perks? Also, can you limit what items are allowed to be purchased? because I don't always want zombies buying throwing knives...
  Reply
#3
Where's my credits...
On topic: looks awesome
Also I told you to create your point system, not use the one that's already there
  Reply
#4
You can make the opportunity to purchase an automatic perk for zombies? For example for the murder of two appointed by the perk, even for the next two and so on?
  Reply
#5
Too fast to read the info, Undecided
  Reply
#6
@Jaydi

make it check for g_gametype = "infect" before it starts OnMapChange()

so those with mixed gametypes, can also use it!

else you'll end up with this sytem enabled in TDM asswell Tongue

CSHARP Code
  1. String DVg_gametype = GetDvar("g_gametype");
  2. if (DVg_gametype == "infect")
  3. {
  4. RunYourPlugin();
  5. } else {
  6. ServerPrint("[Epic-FAIL] Cant run this plugin while playing (" + DVg_gametype + ") mode!!");
  7. }


An just to reply to this mplugin in general, great idea! Smile
Had a life, Got a modem..
  Reply
#7
Good idea however, as infected is usually quick paced, imo their gonna end up dead while choosing weapons.

Not dissing your work at all but the reality is i really don't think it will work very well as it is in infected.
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

  Reply
#8
edited
  Reply
#9
Altough I only understand 50% of what this guy is saying ^
I do agree with him, there's no way you can read the whole list in 1 sec
How about
iprintlnbold
thread.sleep
iprintlnbold
thread.sleep
etc
?
  Reply
#10
Translation @litgar :

Quote:@Jaydi is it possible that you publish source code because I (@"litgar") want to translate/change some commands because for example !ammo is also used by unlimited ammo plugin.
[...]
Does it work with @Pozzuh's Permission plugin? Do I need to need to add all user commands in the Users?
[Image: azuw.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Thumbs Up [Release] AllInOne! for infected robinvm 4 4,427 10-19-2013, 20:00
Last Post: Casper
  Infected Stuff is semi broken DidUknowiPwn 2 3,223 09-21-2013, 20:22
Last Post: surtek
  [Request] no ammo for infected gamemode ExoGamer* 8 5,005 08-15-2013, 18:59
Last Post: Dr3am95
  [Release] AntiRage for Infected Game Mode yokai134 17 13,196 08-04-2013, 22:22
Last Post: yokai134
Question Help Upgrade my point system from files to Database, help? EnVi Sweden Rocks 11 8,661 08-03-2013, 23:31
Last Post: EnVi Sweden Rocks
  Shop Database Hallla 5 4,407 07-23-2013, 07:33
Last Post: xfxtroll
  [Request] Login / Register System? South2AKA 5 4,636 07-17-2013, 13:50
Last Post: surtek
  [Tutorial] Custom gametype HUD iAegle 17 14,156 07-14-2013, 01:16
Last Post: Nekochan
  mw3 infected game restarts SniperViper 1 2,045 05-18-2013, 11:37
Last Post: hillbilly
  Help prefix doesnt work with shop koro35 2 2,628 05-18-2013, 10:51
Last Post: koro35

Forum Jump:


Users browsing this thread: 2 Guest(s)