$remapDivision[$remapCount] = "Warp";
$remapName[$remapCount] = "Admin Only";
$remapCmd[$RemapCount] = "wm";
$remapCount++;
function wm()
{
commandtoserver('warp');
}
I just typed this up, there's probably also some way to check if the person is admin clientsided, but I don't know how.