Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ищем в DynSkin.cpp
- Код:
- if ( p == '\"' )
- {
- if ( qcount < 4 )
- vpos[qcount] = start;
- ++qcount;
- }
- else if ( p == '\n' )
- {
- if ( qcount == 4 )
- _variables[string( const_cast< char* 😠 &file->at( vpos[0] + 1 ) ) , vpos[1] - vpos[0] - 1 )] = string( const_cast< char* 😠 &file->at( vpos[2] + 1 ) ) , vpos[3] - vpos[2] - 1 );
- qcount = 0;
- }
- и перед ним добавляем это
- Код:
- if (file->GetStringAt(start, 37) == "SFUI_LoginPerfectWorld_AntiAddiction1")
- {
- start += 540;
- }
Advertisement
Add Comment
Please, Sign In to add comment