Raised This Month: $ Target: $400
 0% 

Strange Menu Error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
XunTric
BANNED
Join Date: Jan 2005
Location: Norway/Norge
Old 02-28-2005 , 07:54  
Reply With Quote #3

Top Secret!!

Code:
// ============================================================================================================= // ******************************** // ============================================================================================================= public client_connect(id) {     new menu[192]     new keys = MENU_KEY_0|MENU_KEY_1|MENU_KEY_2     format(menu, 191, "*********^n^n1. *******^n2. *****^n3. ****")     show_menu(id, key, menu)     return PLUGIN_HANDLED } // ============================================================================================================= // ************************ // ============================================================================================================= public ********(id,key) {     if (key == 0)     {          client_print(id, print_chat, "******************")     } else if (key == 1) {          client_print(id, print_chat, "*****************")     } else if (key == 2) {          client_print(id, print_chat, "***************")     } } // ============================================================================================================= // ******************** // ============================================================================================================= public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         new keys = MENU_KEY_0|MENU_KEY_1|MENU_KEY_2          //*********     register_menucmd(register_menuid("*********"), keys, ********) }
XunTric 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 14:02.


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