Raised This Month: $ Target: $400
 0% 

[ZP] Agregar auto selección al menú nuevo


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
dalegato
Senior Member
Join Date: Feb 2011
Old 08-11-2012 , 01:44   [ZP] Agregar auto selección al menú nuevo
#1

Hola AM.

Tengo un duda, se le puede agregar auto selección al menú nuevo.

Osea tengo este menú:

Code:
public armas_1(id) {     new Menu = menu_create("Seleccion de \r< Armas >", "armas1_handler")     static iNum[64]         for(new i = 0; i < sizeof Primarias; i++)     {         if (PlayerLevel[id] >= Primarias_Level[i])         {             num_to_str(i, iNum, charsmax(iNum))             menu_additem(Menu, Primarias[i], iNum, 0)         }         else         {             num_to_str(i, iNum, charsmax(iNum))                         static Texto[9999]             formatex(Texto, charsmax(Texto), "%s [\rMin Level: %d]", Primarias[i], Primarias_Level[i])                         menu_additem(Menu, Texto, iNum, 0)         }     }         menu_setprop(Menu,MPROP_BACKNAME,"Anterior")     menu_setprop(Menu,MPROP_NEXTNAME,"Siguiente")            menu_setprop(Menu, MPROP_EXITNAME, "Salir")     menu_setprop(Menu, MPROP_EXIT, MEXIT_ALL)         menu_display(id, Menu) }

Se le puede agregar.

Auto selección de armas es para recordar el arma y no volver a elegirla.
dalegato 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 00:51.


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