So I was making a keybind to the warp cmd and I need some help. It shows up in the controls thing and I can bind a key to it, but it's not working:
if(!$ClientWarp::Binds) {
$remapDivision[$remapCount]="Warp Cmd";
$remapName[$remapCount]="Activate";
$remapCmd[$remapCount]="Warp";
$remapCount++;
$ClientWarp::Binds=1;
}
function Warp()
{
commandtoserver('warp');
}
Please be nice.