Author Topic: Badspot's Block Party  (Read 410 times)

I would like to know a few things about Badspot's Block Party.

First, what's this new teledoor thing? Is it something he's gonna add or what?
Second, how did he make it so that players are defaultly no-jet. Is it something he added in the new update?


Never mind. Locked.
« Last Edit: November 11, 2011, 07:27:19 PM by Electrk »

Second, how did he make it so that players are defaultly no-jet. Is it something he added in the new update?
Put the following in the console or make a server.cs with it.
Code: [Select]
PlayerStandardArmor.canJet = 0;

Put the following in the console or make a server.cs with it.
Code: [Select]
PlayerStandardArmor.canJet = 0;

I thought so.