Raised This Month: $ Target: $400
 0% 

[Help] Set TIme to a Menu


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
demon81
Member
Join Date: Sep 2010
Location: Portugal
Old 11-29-2011 , 18:12   Re: [Help] Set TIme to a Menu
Reply With Quote #8

How i put it in here:
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <fun>
#include <hamsandwich>
#include <furien>

#define PLUGIN "Weapons Menu"
#define VERSION "1.0"
#define AUTHOR "KuLL"

#define OFFSET_PRIMARYWEAPON        116

new g_iMenu

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHam(Ham_Spawn"player""HamPlayerSpawn"1)
    
    
g_iMenu menu_create"\r[WEAPONS] \yChoose tour Gun:""menuarmas")
    
menu_additem(g_iMenu"AK47""1"0)
    
menu_additem(g_iMenu"M4A1""2"0)
    
menu_additem(g_iMenu"AWP""3"0)
    
menu_additem(g_iMenu"M3""4"0)
    
menu_additem(g_iMenu"MP5""5"0)
    
menu_additem(g_iMenu"P90""6"0)
    
menu_setprop(g_iMenuMPROP_EXITMEXIT_ALL)

demon81 is offline
 



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 08:23.


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