Author Topic: I'm making a Warp Cmd  (Read 807 times)

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:

Code: [Select]
if(!$ClientWarp::Binds) {
$remapDivision[$remapCount]="Warp Cmd";
$remapName[$remapCount]="Activate";
$remapCmd[$remapCount]="Warp";
$remapCount++;
$ClientWarp::Binds=1;
}
function Warp()
{
commandtoserver('warp');
}


Please be nice.
« Last Edit: February 08, 2010, 12:03:55 AM by MrBob00 »


Bump.
Olol.  I made this exact thing.  You need it in a package.

« Last Edit: February 08, 2010, 01:13:22 AM by MrBob00 »