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

1 times a day to open menu help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
forumm
Senior Member
Join Date: Nov 2013
Old 10-28-2014 , 08:37   1 times a day to open menu help
Reply With Quote #1

I want to open this menu once a day 1
PHP Code:
/* Plugin generated by AMXX-Studio */ 

#include <amxmodx> 
#include <amxmisc> 
#include <fun> 
#include <cstrike> 

#define PLUGIN "BokYolu" 
#define VERSION "1.0" 
#define AUTHOR "Continez" 


public plugin_init() { 
    
register_plugin(PLUGINVERSIONAUTHOR
    
register_clcmd("say /smenu","menu_zdwqzxsg"). 

public 
menu_zdwqzxsgid ) { 
    if( 
get_user_team(id) != 
    if( 
get_user_team(id) != 2)  
    return 
PLUGIN_HANDLED
     
    new 
menu menu_create("\rSilah Menusu","devam_zdwqzxsg"
    
menu_additem(menu,"AK47","1",0
    
menu_additem(menu,"M4A1","2",0
     
    
menu_setprop(menuMPROP_EXITMEXIT_ALL
    
menu_display(idmenu0
    return 
PLUGIN_HANDLED 




public 
devam_zdwqzxsg(idmenuitem) { 
    if( 
item == MENU_EXIT ) { 
        
menu_destroy(menu
        return 
PLUGIN_HANDLED 
    

    new 
accescallbackdata[6], iname[64
    
menu_item_getinfo(menuitemaccesdata5iname63callback
    switch(
str_to_num(data)) 
    { 
        case 
1:  
        { 
            
give_itemid"weapon_ak47" ); 
            
cs_set_user_bpammoidCSW_AK4790 ); 
        } 
        case 
2
        { 
            
give_itemid"weapon_m4a1" ); 
            
cs_set_user_bpammoidCSW_M4A190 ); 
        } 
         
    } 
    
menu_destroy(menu
    return 
PLUGIN_HANDLED 
}   
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE 
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1055\\ f0\\ fs16 \n\\ par } 
*/ 

Last edited by forumm; 10-28-2014 at 08:38.
forumm 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 00:53.


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