Thanks for the warp code guys, ive been using it alot. Really helpful to get around fast
SO i was thinking, instead of warping around, can there be a way to use velocity to throw the player to the current position he is looking at with motion using a key bind, i am thinking more of a personal mod using this code:
if(!$ClientWarp::Binds) {
$remapDivision[$remapCount]="Warp Cmd";
$remapName[$remapCount]="Activate";
$remapCmd[$remapCount]="Warp";
$remapCount++;
$ClientWarp::Binds=1;
}
function Warp()
{
commandtoserver('warp');
}