SD_Radical_Ed Posted February 20, 2008 Share Posted February 20, 2008 arg. itemDef { name hiddunmowdulz group options type ITEM_TYPE_MULTI text "Player Model:" cvar "model" cvarFloatList { "Trandoshan SP" trandoshan/sp "Weequay SP" weequay/sp "Rodian SP" rodian/sp} rect 25 73 300 20 textalign ITEM_ALIGN_RIGHT textalignx 165 textaligny 0 font 4 textscale 1 forecolor .615 .615 .956 1 visible 1 descText "Hidden Player Models" action { play "sound/interface/button1" } } its not working. Link to comment Share on other sites More sharing options...
razorace Posted February 20, 2008 Share Posted February 20, 2008 What is it doing instead? Link to comment Share on other sites More sharing options...
SD_Radical_Ed Posted February 20, 2008 Author Share Posted February 20, 2008 its not showing up at all. like, the buttons i coded in above it show up fine, but it doesnt show up at all. i get a error like "Expected float, but found trandoshan instead!" in jka... Link to comment Share on other sites More sharing options...
DarthDie Posted February 20, 2008 Share Posted February 20, 2008 Well, you have a cvarFloatList....and your not using floats your using "trandoshan/w/e". I don't know too much about menus but you prolly want FloatString, if thar is one. Link to comment Share on other sites More sharing options...
SD_Radical_Ed Posted February 20, 2008 Author Share Posted February 20, 2008 so replace what with what? Link to comment Share on other sites More sharing options...
ensiform Posted February 22, 2008 Share Posted February 22, 2008 cvarSrtList Link to comment Share on other sites More sharing options...
SD_Radical_Ed Posted March 5, 2008 Author Share Posted March 5, 2008 "couldnt parse menu item keyword cvarStrList" Link to comment Share on other sites More sharing options...
ensiform Posted March 5, 2008 Share Posted March 5, 2008 U sure? setup.menu has... cvarStrList { @MENUS_BILINEAR , "GL_LINEAR_MIPMAP_NEAREST" , @MENUS_TRILINEAR , "GL_LINEAR_MIPMAP_LINEAR" } Link to comment Share on other sites More sharing options...
SD_Radical_Ed Posted March 17, 2008 Author Share Posted March 17, 2008 kickass it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.