ItsMods

Full Version: Moonlight Shop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Heey,

I made new unique shop system for Modern Warfare 3 - infected gametype.

Features:
* Easy to use
* Some kind of menu ( Press Q ( by default ) to see menu )
* Ability to add new items
* MySql Database
* Less code ( mk, who cares )
* New languages. This plugin supports russian and english languages.
* Troll

How to add custom items?

Open items.txt file and write something like that:
Example
Code:
addwep,<weaponname>,<cost>,<num>,<type>,<realname>,
To add perk you need to do this:
Code:
addperk,<perkname>,<cost>,<num>,<realname>,
To set some parameters:
Code:
set,<param>,
EXAMPLE
Code:
set,xppoint,30, // xp points for kill


Code:
addwep,iw5_mp5_mp,600,07,smg,MP5,
addwep,iw5_mp7_mp,1100,08,smg,MP7,
addwep,iw5_m4_mp,1000,09,ass,M4,
addwep,iw5_l96a1_mp,1800,10,snip,L96a1,
addwep,iw5_ksg_mp,1600,11,sg,KSG,
addwep,xm25_mp,4000,12,an,XM25,
addperk,specialty_marathon,13,1000,MARATHON,
set,xppoint,30,
Comma at end is REQURIED.

Type is created for subgroups in menu. Groups are: SMG, Assault, Shotgun, Sniper, Another(pistols, rpgs etc), and perks

Information
To toggle languages use !eng and !rus
To get information use !info
To get current points use !mp
To buy weapon see in-game menu.

You cannot edit zombie stuff for now.
Zombie stuff:
-More health
-More speed
-Throwing knife
-Juggernaut

Credits:
@Nekochan - creator
@Ich1994 - database and weapon stuff ( refillammo, and statistics.cs class )
@DidUknowiPwn - 4done f*g & leecher

Download:
[attachment=2498]

Please report any bugs

OK, There's source <3

Main.cs
Stats.cs by @Ich1994 ( i was lazy to write it myself )
Nice decompiling protection (you asked me to do)
anyway nice release Smile
(@LightSpeed + @SailorMoon) / 2 + shop
= ? Troll
(01-26-2013, 21:02)OzonE Wrote: [ -> ]= ? Troll

shop assistant Troll

(No, i am not shop assistant.)
Any screenshots?
=moonlight shop
SirGravzy leet hackorz strikes again
You are best sniper of USA (dont remember whole story but yeah)
Damn leechers

(01-26-2013, 22:11)SirGravzy Wrote: [ -> ]Not so nice decompiling protection... @99IRock

Why functions are closed Troll
They're fcked up inside, eh?

(No no, don't post screenie)
Pages: 1 2 3 4 5 6 7 8