Raised This Month: $51 Target: $400
 12% 

CS 1.6 CT buy menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Faheem
Junior Member
Join Date: Oct 2010
Old 10-09-2010 , 00:22   CS 1.6 CT buy menu
Reply With Quote #1

im looking for a plugin or plugins that disable buying for both teams and only ct has buy menu. more then one link is ok too.
Faheem is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 10-09-2010 , 00:52   Re: CS 1.6 CT buy menu
Reply With Quote #2

Buying is disabled for both teams but CT's can buy? Do you mean that CT's have a custom weapon menu? (A JailBreak thing right? ... Based on all of your other questions...)
hornet is offline
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 10-09-2010 , 10:15   Re: CS 1.6 CT buy menu
Reply With Quote #3

PHP Code:
#pragma semicolon 1

#include <amxmodx>
#include <fakemeta>

// Define the Plugin Version
new const VERSION[] = "1.0";

public 
plugin_init()
{
    
register_plugin("Block Buy Zone"VERSION"ConnorMcleod");

    
register_message(get_user_msgid("StatusIcon"),    "msgStatusIcon");
}

// Block buyzone (by ConnorMcLeod)
public msgStatusIcon(msgidmsgdestid)
{
    static 
szIcon[8];
    
get_msg_arg_string(2szIcon7);

    if(
equal(szIcon"buyzone") && get_msg_arg_int(1))
    {
        
set_pdata_int(id235get_pdata_int(id235) & ~(1<<0));
        return 
PLUGIN_HANDLED;
    }
 
    return 
PLUGIN_CONTINUE;

__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave is offline
Faheem
Junior Member
Join Date: Oct 2010
Old 10-09-2010 , 12:09   Re: CS 1.6 CT buy menu
Reply With Quote #4

Quote:
Originally Posted by hornet View Post
Buying is disabled for both teams but CT's can buy? Do you mean that CT's have a custom weapon menu? (A JailBreak thing right? ... Based on all of your other questions...)
i meant a class menu for cts like in jailbreak
Faheem is offline
Faheem
Junior Member
Join Date: Oct 2010
Old 10-09-2010 , 12:29   Re: CS 1.6 CT buy menu
Reply With Quote #5

Quote:
Originally Posted by shuttle_wave View Post
PHP Code:
#pragma semicolon 1
 
#include <amxmodx>
#include <fakemeta>
 
// Define the Plugin Version
new const VERSION[] = "1.0";
 
public 
plugin_init()
{
    
register_plugin("Block Buy Zone"VERSION"ConnorMcleod");
 
    
register_message(get_user_msgid("StatusIcon"),    "msgStatusIcon");
}
 
// Block buyzone (by ConnorMcLeod)
public msgStatusIcon(msgidmsgdestid)
{
    static 
szIcon[8];
    
get_msg_arg_string(2szIcon7);
 
    if(
equal(szIcon"buyzone") && get_msg_arg_int(1))
    {
        
set_pdata_int(id235get_pdata_int(id235) & ~(1<<0));
        return 
PLUGIN_HANDLED;
    }
 
    return 
PLUGIN_CONTINUE;

i dont know how to use it i know how to use plugins but not codes
Faheem is offline
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 10-09-2010 , 23:22   Re: CS 1.6 CT buy menu
Reply With Quote #6

Quote:
Originally Posted by Faheem View Post
i dont know how to use it i know how to use plugins but not codes
Attached Files
File Type: sma Get Plugin or Get Source (bbz.sma - 1542 views - 606 Bytes)
__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-10-2010 , 04:38   Re: CS 1.6 CT buy menu
Reply With Quote #7

Use this plugin :
Attached Files
File Type: sma Get Plugin or Get Source (only_ct_buy.sma - 1405 views - 2.2 KB)
__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 04:38.


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