home *** CD-ROM | disk | FTP | other *** search
- !Include("..\\..\\menu\\uidef\\UILogicVis.def")
-
- UIElem("ID_NEXT")
- {
- Default()
- {
- Visible(1)
- }
- }
-
- UIElem("ID_BUY_SELL")
- {
- Default()
- {
- Visible(0)
- }
- }
-
- UIElem("ID_CASH")
- {
- Default()
- {
- Visible(0)
- }
- }
-
- UIElem("ID_UPPER_LIST_LABEL")
- {
- Default()
- {
- Visible(0)
- }
- }
-
- UIElem("ID_LIST_PLAYER_BTN")
- {
- Default()
- {
- Visible(0)
- }
-
- }
-
- UIElem("ID_TITLE")
- {
- Default()
- {
- Text("&MenuSelectCarTitle&")
- }
- }
-