Blockland Forums > Suggestions & Requests

Placecam?

Pages: << < (3/3)

Port:


--- Quote from: TB2 on August 06, 2013, 11:26:06 AM ---This is NOT chase cam. It uses the script, but is not chase cam. Lock the topic, you got your wish.

--- End quote ---


--- Code: ---if(!$Client::PlaceCam::Binds) {
   $remapDivision[$remapCount] = "Placecam-Mod";
   $remapName[$remapCount] = "Toggle Placecam";
   $remapCmd[$remapCount] = "ToggleDeChasecam";
   $remapCount++;
   $Client::PlaceCam::Binds = 1;
}

function ToggleDeChasecam(%down)
{
if(!%down)
{
if($ChaseCam::isOn == 0)
{
serverConnection.chasecam(99999);
$ChaseCam::isOn = 1;
}

else if($ChaseCam::isOn == 1)
{
serverConnection.chasecam(0);
$ChaseCam::isOn = 0;
}
}
}

--- End code ---

Yes it is.

TB2:


--- Quote from: Port on August 06, 2013, 03:19:44 PM ---
--- Code: ---if(!$Client::PlaceCam::Binds) {
   $remapDivision[$remapCount] = "Placecam-Mod";
   $remapName[$remapCount] = "Toggle Placecam";
   $remapCmd[$remapCount] = "ToggleDeChasecam";
   $remapCount++;
   $Client::PlaceCam::Binds = 1;
}

function ToggleDeChasecam(%down)
{
if(!%down)
{
if($ChaseCam::isOn == 0)
{
serverConnection.chasecam(99999);
$ChaseCam::isOn = 1;
}

else if($ChaseCam::isOn == 1)
{
serverConnection.chasecam(0);
$ChaseCam::isOn = 0;
}
}
}

--- End code ---

Yes it is.

--- End quote ---

--- Quote from: TB2 on August 06, 2013, 11:26:06 AM ---This is NOT chase cam. It uses the script, but is not chase cam. Lock the topic, you got your wish.

--- End quote ---


Johnny Blockhead:


--- Quote from: xSetrox on August 05, 2013, 11:57:26 AM ---Eh, I don't really want chase cam, sorry.

--- End quote ---

I film with that addon. I've used it for a long time. You don't need more then five minutes of placecam. I think it would be impossible to make it last forever. If you really want to, multiclient

Port:


--- Quote from: TB2 on August 06, 2013, 11:26:06 AM ---It uses the script, but is not chase cam.

--- End quote ---

What the forget are you talking about? Look at the code. It's a keybind to toggle setting chasecam to an insane value.


--- Quote from: Johnny Blockhead on August 06, 2013, 11:47:03 PM ---I film with that addon. I've used it for a long time. You don't need more then five minutes of placecam. I think it would be impossible to make it last forever.

--- End quote ---

Use something server-sided.

Pages: << < (3/3)

Go to full version