Jump to content
GIGN Forum

War3ft Ultimate


Recommended Posts

Sveiki visiem!!!

Man ir tāda problēma ar War3:ft serveri, es vēlos uzlikt lai ultimate ir no 10 levela:

mēģināju mainīt constants.inl šo rindu

#define MIN_ULT_LEVEL   10

uztaisīju compile, bet nesekmīgi!!! , varētu pateikt ko īsti jāmaina, jo es jau pārskatīju visus failus neko tamlīdzīgu neatradu! :hrmmm:

Būšu pateicīgs par palīdzību!!!

Link to comment
Share on other sites

Viss es uztaisiju, vajadzēja arī failā menus.inl šo :

// User can't choose ultimate yet :/
                if ( p_data[id][P_LEVEL] <= 5 )
                {
                    pos += formatex( szMsg[pos], 512-pos, "\d" );
                }

mainīt uz šo :

// User can't choose ultimate yet :/
                if ( p_data[id][P_LEVEL] <= 9 )
                {
                    pos += formatex( szMsg[pos], 512-pos, "\d" );
                }

Varat Close!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...