• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Blad

Miczek

Daj repka - oddam.
Joined
Jul 7, 2008
Messages
359
Reaction score
0
Location
Katowice
Witam uzywam TFS'a 0.3.3 i podczas odpalania silnika wyskakuje mi taki blad

>> Checking software version... outdated, please consider updating!
> Current version information - version: 0.3.3, patch: 0, build: 1471, timestamp : 1238943873.
> Latest version information - version: 0.3.5, patch: 1, build: 2576, timestamp: 1249584126.
Continue? (y/N)

> ERROR: Aborted.


Czego to wina?


Pozdrawiam.
 
niestety ale w tym configu opcji confirmOutdatedVersion nie ma :<
 
moze bys pochwalil sie jak to zrobic :(

otserv.cpp
Find:
Code:

if(buffer == 10 || (buffer != 121 && buffer != 89))
#endif
startupErrorMessage("Aborted.");
}
else
Replace with:
Code:

if(buffer == 10 || (buffer != 121 && buffer != 89))
#endif
//startupErrorMessage("Aborted.");
}
else


zrobilem tak i dalej...
 
Last edited by a moderator:
Back
Top