MaR0
Banned User
- Joined
- Apr 16, 2018
- Messages
- 272
- Solutions
- 3
- Reaction score
- 29
Hello, i'm trying to upgrade ninja tfs to open with protocol 8.10, i already upgraded items.otbm and map to 8.10 it worked, And i changed definition.h this but i can't enter the game whie entering the game i took debug.
also i put at protocolgame.cpp line 282 but it did not work, did I find any help or what needed to be changed?
thanks support
C++:
#define CLIENT_VERSION_MIN 810
#define CLIENT_VERSION_MAX 810
#define CLIENT_VERSION_STR "8.10"
C++:
if (version < 810 || version > 810) {
disconnectClient("Only clients with protocol 810 allowed!");
return;
}
thanks support