AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Mega Shop (https://forums.alliedmods.net/showthread.php?t=156459)

TheArmagedon 05-06-2011 21:53

Mega Shop
 
2 Attachment(s)

Description:
This plugin is a shop where you can buy many things .. as Power weapons (more dmg) and extras and if you're an admin you have a particular shop!

- MAIN MENU -
* WEAPONS (More dmg) *
* EXTRAS *
* ADMIN SHOP *

Cvars:
*You can edit all in mega_shop.cfg*

Mega Shop ON/OFF (1/0)_| Other
amx_mega_shop 1
amx_ms_oneround 1

Items EXTRA/ADMIN Shop ON/OFF (1/0)
amx_ms_gravity 1 -> Gravity ON/OFF
amx_ms_special 1 -> Special Player ON/OFF
amx_ms_bunnyhop 1 -> Bunnyhop ON/OFF
amx_ms_ammo 1 -> Unlimited AMMO ON/OFF
amx_ms_silentf 1 -> Silent Footsteps ON/OFF
amx_ms_glow 1 -> Glow ON/OFF
amx_ms_noclip 1 -> Noclip ON/OFF
amx_ms_godmode 1 -> GodMode ON/OFF
amx_ms_money 1 -> Money ON/OFF

Items Settings
amx_ms_gravity_amount 0.5 -> Gravity AMOUNT
amx_ms_special_speed 500.0 -> Spec Player Speed
amx_ms_special_life 150 -> Spec Player Life
amx_ms_special_gravity 0.7 -> Spec Player Gravity

Mega Shop (MENUS [ON/OFF])
amx_ms_weapon_menu 1 -> Weapons MENU ON/OFF
amx_ms_extra_menu 1 -> Extras MENU ON/OFF
amx_ms_admin_menu 1 -> Admin MENU ON/OFF

Weapon Menu (Weapons [ON/OFF])
amx_ms_weapon_awp 1 -> P.AWP ON/OFF
amx_ms_weapon_ak47 1 -> P.AK47 ON/OFF
amx_ms_weapon_m4a1 1 -> P.M4A1 ON/OFF

Price - MENU EXTRA
amx_ms_gravity_cost 9000 -> Gravity COST
amx_ms_ammo_cost 16000 -> Unlimited AMMO COST
amx_ms_special_cost 13000 -> Spec. Player COST
amx_ms_bhop_cost 15000 -> Bhop COST
amx_ms_silentf_cost 7000 -> Silent Footsteps COST
amx_ms_glow_cost 3000 -> Glow COST

Price/DMG - MENU WEAPONS
amx_ms_awp_cost 16000 -> P.AWP COST
amx_ms_ak47_cost 15000 -> P.AK47 COST
amx_ms_colt_cost 15000 -> P.M4A1 COST
amx_ms_pweapon_damage 2.0 -> Power Weapons DMG

Price/Time - ADMIN MENU
amx_ms_noclip_cost 15000 -> Noclip COST
amx_ms_godmod_cost 16000 -> Godmod COST
amx_ms_godmod_time 10.0 -> godmod TIME
amx_ms_noclip_time 10.0 -> noclip TIME

Command SHOP:
SAY = /megashop, /mshop, /shop
SAY_TEAM = /megashop, /mshop, /shop

Changelog:
Code:

v1.0 -> Make Plugin
v1.1 -> Added Cvar for Power Weapons Damage amx_ms_pweapon_damage 2.0
v1.2 -> Added Cvar for on/off the shop only for one round amx_ms_oneround 1
1=Only one Round, 0=Unlimited

Credits (lang):
[EN] : TheArmagedon
[BP] : TheArmagedon
[DE] : Mordekay
[PL] : DAMIANq
[TR] : Carbon3180
[ES] : Neeeeeeeeeel.-
[RU] : Serejka
[BG] : aLaDiN
[KR] : ms@.@
[MN] : Shadymn
[SV] : Trethy
[RO] : claudiuhks
[LT] : usaexelent

Main Menu (Print):
http://i21.servimg.com/u/f21/15/31/57/19/megash10.jpg


Please post suggestions, ideas, additional things, etc...
Thanks ^^

TheSpirit 05-06-2011 22:26

Re: Mega Shop
 
Omg!! 1st reply!

I've been waiting for something like this to come out!
Good Job!

Mordekay 05-07-2011 05:02

Re: Mega Shop
 
German translation
Code:

[de]
MENU_ITEM_1 = Waffen
MENU_ITEM_2 = Extras
MENU_ITEM_3 = Admin Shop

EXTRA_LOW_GRAV = Geringe Gravitation
EXTRA_UNLI_AMMO = Unbegrenzte Munition
EXTRA_SPEC_ARMOR = Spezielle Panzerung
EXTRA_SILENT_STEP = Leise Schritte
EXTRA_GLOW = Gluehen

WELCOME_MSG = Willkommen! Dieser Server benutzt den Mega Shop! Schreibe /megashop oder /mshop um ihn zu nutzen.

MONEY = Du brauchst mehr ^4Geld^3 um das zu kaufen.

BUY = Du erwarbst

ONEPERROUND = Du kannst den Shop nur einmal pro Runde nutzen


nikhilgupta345 05-07-2011 13:33

Re: Mega Shop
 
Another shop?

grimvh2 05-07-2011 14:08

Re: Mega Shop
 
Quote:

Originally Posted by nikhilgupta345 (Post 1465112)
Another shop?

Same toughts. Will it ever stop? Try to get something original.

GuTo 05-08-2011 03:20

Re: Mega Shop
 
nice plugins , is perfect

TheArmagedon 05-08-2011 11:45

Re: Mega Shop
 
Quote:

Originally Posted by Mordekay (Post 1464880)
German translation
Code:

[de]
MENU_ITEM_1 = Waffen
MENU_ITEM_2 = Extras
MENU_ITEM_3 = Admin Shop
 
EXTRA_LOW_GRAV = Geringe Gravitation
EXTRA_UNLI_AMMO = Unbegrenzte Munition
EXTRA_SPEC_ARMOR = Spezielle Panzerung
EXTRA_SILENT_STEP = Leise Schritte
EXTRA_GLOW = Gluehen
 
WELCOME_MSG = Willkommen! Dieser Server benutzt den Mega Shop! Schreibe /megashop oder /mshop um ihn zu nutzen.
 
MONEY = Du brauchst mehr ^4Geld^3 um das zu kaufen.
 
BUY = Du erwarbst
 
ONEPERROUND = Du kannst den Shop nur einmal pro Runde nutzen



Thnx!, [DE] Added.

Carbon3180 05-08-2011 14:18

Re: Mega Shop
 
Quote:

[tr]
MENU_ITEM_1 = Silahlar
MENU_ITEM_2 = Extralar
MENU_ITEM_3 = Admin Market

EXTRA_LOW_GRAV = Dusuk yercekimi
EXTRA_UNLI_AMMO = Sinirsiz mermi
EXTRA_SPEC_ARMOR = Zirh
EXTRA_SILENT_STEP = Sessiz Yurume
EXTRA_GLOW = Renk alma

WELCOME_MSG = Hosgeldiniz! Bu serverda Mega Market kullaniliyor! Acmak icin /megashop veya /mshop yaziniz.

MONEY = kullanmak icin ^4Para^3 gerekli.

BUY = Satin aldin

ONEPERROUND = Her raund'ta sadece bir kez kullanabilirsiniz.

Sorry, for my bad english.

DAMIANq 05-09-2011 06:19

Re: Mega Shop
 
PL

Quote:

[pl]
MENU_ITEM_1 = Bronie
MENU_ITEM_2 = Dodatki
MENU_ITEM_3 = Sklep Admina

EXTRA_LOW_GRAV = Mniejsza Grawitacja
EXTRA_UNLI_AMMO = Nieskonczona Amunicja
EXTRA_SPEC_ARMOR = Specjalny Armor
EXTRA_SILENT_STEP = Ciche Chodzenie
EXTRA_GLOW = Poswiata

WELCOME_MSG = Witaj ! Ten serwer uzywa Mega Sklepu ! Wpisz /megashop lub /mshop aby go wlaczyc.

MONEY = Potrzebujesz wiecej ^4kasy^3 aby to kupic.

BUY = Juz to kupiles

ONEPERROUND = Mozesz korzystac ze sklepu tylko raz na runde

TheArmagedon 05-09-2011 15:56

Re: Mega Shop
 
[PL] and [TR] added thnx :)


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

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