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

TFS 1.X+ About push player fast

abdala ragab

Excellent OT User
Joined
Aug 18, 2018
Messages
752
Solutions
20
Reaction score
580
Location
gamelaots.online
How do I run push player fast like xml
How can I speed up the magic wall strike
I know that all this is from the source, but I do not know where their file is and what is its name
Thanks in advance
Post automatically merged:

How do I run push player fast like xml
How can I speed up the magic wall strike
I know that all this is from the source, but I do not know where their file is and what is its name
Thanks in advance
How can I speed up the magic wall strike so that it performs a quick hit
 
Last edited:
Solution
I accelerated the push pllayer
game.cpp
LUA:
SchedulerTask* task = createSchedulerTask(1000,
TO
SchedulerTask* task = createSchedulerTask(500,
^^ like xml
Back
Top