Raised This Month: $ Target: $400
 0% 

Mega Shop


Post New Thread Reply   
 
Thread Tools Display Modes
TheArmagedon
Senior Member
Join Date: Sep 2010
Location: Unknown Source
Old 05-23-2011 , 11:18   Re: Mega Shop
Reply With Quote #31

Quote:
Originally Posted by blackmetal View Post
i don't understand ...............
i use :
predator mod
bazooka
mega_shop
csdm 2.1.2

all this plugins work perfect but mega_shop :-??

your fixed plugin is in the first post?
Yes, i fixed this plugin on the first post..

You already disabled those plugins and tried to use the megashop?
I think it possible that any plugin can give conflicting with megashop.

if not work try to redownload the plugin and install it again.
TheArmagedon is offline
TheArmagedon
Senior Member
Join Date: Sep 2010
Location: Unknown Source
Old 05-23-2011 , 11:22   Re: Mega Shop
Reply With Quote #32

LANG UPDATED. [ES] and [RU] added.
TheArmagedon is offline
croco
New Member
Join Date: May 2011
Old 05-25-2011 , 07:47   Re: Mega Shop
Reply With Quote #33

Nice but how i can Buy then a deagle?
croco is offline
aLaDiN
Member
Join Date: Jan 2011
Location: Bulgarian
Old 05-25-2011 , 09:09   Re: Mega Shop
Reply With Quote #34

Hello , this is a translation of my language ( Bulgarian , BG ) :
Code:
[BG]
 
MENU_ITEM_1 = Оръжия
MENU_ITEM_2 = Екстри
MENU_ITEM_3 = Магазин за админте
 
EXTRA_LOW_GRAV = Ниска гравитация
EXTRA_UNLI_AMMO = Безкрайни патрони
EXTRA_SPEC_ARMOR = Специална броня
EXTRA_SILENT_STEP = Безшумно вървене 
EXTRA_GLOW = Светлина около човека 
 
WELCOME_MSG = Добре дошли! Този сървър използва Mega Shop! Използвайте /megashop или  /mshop , за да го отворите . 
 
MONEY = Нужни са ви повече ^4Money^3 ,за да си купите нещо.
 
BUY = Може да купувате
 
ONEPERROUND = Може да го използвате 1 път в рунда .

Last edited by aLaDiN; 05-25-2011 at 10:30.
aLaDiN is offline
Send a message via Skype™ to aLaDiN
Old 05-25-2011, 10:26
papyrus_kn
This message has been deleted by papyrus_kn. Reason: fixed
blackmetal
Member
Join Date: Jan 2011
Old 05-26-2011 , 08:18   Re: Mega Shop
Reply With Quote #35

you tested this plugin on linux os?
blackmetal is offline
TheArmagedon
Senior Member
Join Date: Sep 2010
Location: Unknown Source
Old 05-26-2011 , 17:18   Re: Mega Shop
Reply With Quote #36

Quote:
Originally Posted by blackmetal View Post
you tested this plugin on linux os?
No, tested on win7 and winXP.
TheArmagedon is offline
blackmetal
Member
Join Date: Jan 2011
Old 05-27-2011 , 09:18   Re: Mega Shop
Reply With Quote #37

aaaaaaaa

i tested this plugin on win7 on my war server and work great

but

on linux (public server) bug bub bug )
blackmetal is offline
TheArmagedon
Senior Member
Join Date: Sep 2010
Location: Unknown Source
Old 05-27-2011 , 11:13   Re: Mega Shop
Reply With Quote #38

Quote:
Originally Posted by blackmetal View Post
aaaaaaaa

i tested this plugin on win7 on my war server and work great

but

on linux (public server) bug bub bug )
Ahhh, so the mistakes that you had was in linux ...
TheArmagedon is offline
Joker.
Member
Join Date: Mar 2011
Old 05-28-2011 , 23:27   Re: Mega Shop
Reply With Quote #39

Can you add a function , just ct/t can use the shop ??
Joker. is offline
TheArmagedon
Senior Member
Join Date: Sep 2010
Location: Unknown Source
Old 05-29-2011 , 20:37   Re: Mega Shop
Reply With Quote #40

Quote:
Originally Posted by Joker. View Post
Can you add a function , just ct/t can use the shop ??
->
PHP Code:
public ovomenu(id)
{
    new 
Buffer[32]
    if(
oneRound[id] == true) {
        if(
get_pcvar_num(plugin_onoff) == 1) {    
            if(
is_user_alive(id)) {
                new 
menu menu_create("Main Menu:""menu_handler");
            
                if(
get_pcvar_num(weaponson) == 1) {
                    
formatex(Buffer31"%L"id"MENU_ITEM_1"0);
                    
menu_additem(menuBuffer"1");
                }
                if(
get_pcvar_num(extrason) == 1) {
                    
formatex(Buffer31"%L"id"MENU_ITEM_2"0);
                    
menu_additem(menuBuffer"2");
                }
                if(
get_pcvar_num(admmenuon) == && get_user_flags(id) & ADMIN_ADMIN) {
                    
formatex(Buffer31"%L"id"MENU_ITEM_3"0);
                    
menu_additem(menuBuffer"3");
                } else { 
                    
ColorChat(idBLUE"^4[MegaShop]^3 You opened the ^4Mega Shop.");
                }
                
menu_setprop(menuMPROP_EXITMEXIT_ALL);
            
                
//Menu Display
                
menu_display(idmenu0);
            }
            else
            
ColorChat(idBLUE"^4[MegaShop]^3 You need to be alive.");
            return 
PLUGIN_HANDLED;
        } 
        else
            
ColorChat(idBLUE"^4[MegaShop]^3 Function disabled.");
        return 
PLUGIN_HANDLED;
    } else
        
ColorChat(idBLUE"^4[MegaShop]^3 %L."id"ONEPERROUND");
    return 
PLUGIN_HANDLED;

Change.
FOR ONLY CT: ->

PHP Code:
public ovomenu(id)
{
    new 
Buffer[32]
    if(
oneRound[id] == true) {
        if(
get_pcvar_num(plugin_onoff) == 1) {    
            if(
is_user_alive(id)) {    
                if(
cs_get_user_team(id) == CS_TEAM_CT) {
                    new 
menu menu_create("Main Menu:""menu_handler");
                
                    if(
get_pcvar_num(weaponson) == 1) {
                        
formatex(Buffer31"%L"id"MENU_ITEM_1"0);
                        
menu_additem(menuBuffer"1");
                    }
                    if(
get_pcvar_num(extrason) == 1) {
                        
formatex(Buffer31"%L"id"MENU_ITEM_2"0);
                        
menu_additem(menuBuffer"2");
                    }
                    if(
get_pcvar_num(admmenuon) == && get_user_flags(id) & ADMIN_ADMIN) {
                        
formatex(Buffer31"%L"id"MENU_ITEM_3"0);
                        
menu_additem(menuBuffer"3");
                    } else { 
                        
ColorChat(idBLUE"^4[MegaShop]^3 You opened the ^4Mega Shop.");
                    }
                    
menu_setprop(menuMPROP_EXITMEXIT_ALL);
                
                    
//Menu Display
                    
menu_display(idmenu0);
                }
            }
            else
            
ColorChat(idBLUE"^4[MegaShop]^3 You need to be alive.");
            return 
PLUGIN_HANDLED;
        } 
        else
            
ColorChat(idBLUE"^4[MegaShop]^3 Function disabled.");
        return 
PLUGIN_HANDLED;
    } else
        
ColorChat(idBLUE"^4[MegaShop]^3 %L."id"ONEPERROUND");
    return 
PLUGIN_HANDLED;

Change.
FOR ONLY T: ->

PHP Code:
public ovomenu(id)
{
    new 
Buffer[32]
    if(
oneRound[id] == true) {
        if(
get_pcvar_num(plugin_onoff) == 1) {    
            if(
is_user_alive(id)) {    
                if(
cs_get_user_team(id) == CS_TEAM_T) {
                    new 
menu menu_create("Main Menu:""menu_handler");
                
                    if(
get_pcvar_num(weaponson) == 1) {
                        
formatex(Buffer31"%L"id"MENU_ITEM_1"0);
                        
menu_additem(menuBuffer"1");
                    }
                    if(
get_pcvar_num(extrason) == 1) {
                        
formatex(Buffer31"%L"id"MENU_ITEM_2"0);
                        
menu_additem(menuBuffer"2");
                    }
                    if(
get_pcvar_num(admmenuon) == && get_user_flags(id) & ADMIN_ADMIN) {
                        
formatex(Buffer31"%L"id"MENU_ITEM_3"0);
                        
menu_additem(menuBuffer"3");
                    } else { 
                        
ColorChat(idBLUE"^4[MegaShop]^3 You opened the ^4Mega Shop.");
                    }
                    
menu_setprop(menuMPROP_EXITMEXIT_ALL);
                
                    
//Menu Display
                    
menu_display(idmenu0);
                }
            }
            else
            
ColorChat(idBLUE"^4[MegaShop]^3 You need to be alive.");
            return 
PLUGIN_HANDLED;
        } 
        else
            
ColorChat(idBLUE"^4[MegaShop]^3 Function disabled.");
        return 
PLUGIN_HANDLED;
    } else
        
ColorChat(idBLUE"^4[MegaShop]^3 %L."id"ONEPERROUND");
    return 
PLUGIN_HANDLED;

TheArmagedon is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:56.


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