• 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+ Pushing Delay & Pushing related stuff

Solution
For close/1sqm pushes you'll have to edit this line (Delay 1500 = 1.5 seconds).
For far/2sqm pushes you'll have to edit this line (Delay 1000 = 1 second).
The error message is below those lines will look like this
C++:
player->sendCancelMessage(RETURNVALUE_NOTENOUGHROOM);
player->sendCancelMessage(RETURNVALUE_THEREISNOWAY);
player->sendCancelMessage(RETURNVALUE_NOTMOVEABLE);
player->sendCancelMessage(RETURNVALUE_NOTPOSSIBLE);
I didn't get what you meant by pushing related stuff but if I missed something write it down and I will point you to the line.
For close/1sqm pushes you'll have to edit this line (Delay 1500 = 1.5 seconds).
For far/2sqm pushes you'll have to edit this line (Delay 1000 = 1 second).
The error message is below those lines will look like this
C++:
player->sendCancelMessage(RETURNVALUE_NOTENOUGHROOM);
player->sendCancelMessage(RETURNVALUE_THEREISNOWAY);
player->sendCancelMessage(RETURNVALUE_NOTMOVEABLE);
player->sendCancelMessage(RETURNVALUE_NOTPOSSIBLE);
I didn't get what you meant by pushing related stuff but if I missed something write it down and I will point you to the line.
 
Solution
Back
Top