• 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!

Fix/Patch FIX tfs 0.3.6 pl This works for me :)

Rufo

New Member
Joined
Jan 9, 2008
Messages
251
Reaction score
1
HOUSE CRASH FIX
On the sources find on house.cpp:
Code:
	replaceString(outExp, "*", ".*");
	replaceString(outExp, "?", ".?");

and replace it with
Code:
	replaceString(out, "**", "");
	replaceString(out, "*", ".*");
	replaceString(out, "?", ".?");
This worked for me :D
 
I have problem when I try to compil with it :(

// First Post :D
 
how make a test crash in the server because house system?
someone can explain to me? :huh:
 
yeah, really how do we test if we have this problem? can someone pleaes post how to replicate this error?
 
Back
Top