you can make it for humans as long the other dont know thats its scripted;
use MovePlayer() and make him move in his walking direction or so :p
Assuming that the lag can be increased in players with MovePlayer (), this would be true for humans? because if we apply the bot, it will become super teleport, I think
From: November 27, 2009, 08:46:14 am
MovePlayer
procedure MovePlayer(ID: Byte; X, Y: Single);
Parameter Info:
ID (Byte): Player ID of the target to be moved elsewhere.
X (Single): X coordinate to be moved to.
Y (Single): Y coordinate to be moved to.
Description:
This function will move player(ID) to the specified location (X/Y) instantly.
NOTE: This function will NOT work on bots - only players.haha xD not work on bots xD
ok, I'll keep thinkin