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

Help me With Comparison tfs 0.4 and 1.x

5lave Ots

Active Member
Joined
Oct 2, 2017
Messages
247
Solutions
1
Reaction score
40
Location
Ankrahmun
Hello otlanders
I would like to know which is better. 0.4 or 1.x
Using custom map on Windows.. and what is the difference between them..
Thanks at all
 
if you want to host old protocol server i would recommend 0.4 for newest use 1.2-1.3
 
its 860
also I need to ask about something with npc system
how to make npc read msg' X ' not msg contaion x. so player must type x only,, not xyytyt
 
simplest lua you can get to check for a specific message
LUA:
if msg == "X" then
    -- something
end
 
oki thanks and last thing how I can add exhaust to talk with npc, so player cant spam the gamble npc?
and what you think about choosing the exe I need engine with good features and gonna use to custom map server 860, and thanks for all
 
Back
Top