jet script.....

Author Topic: jet script.....  (Read 2526 times)

i was on a server and the jets were turned off.....and there was no mini game in the mini game list..
i have made a town and i want to turn off jets too....where can i find this script........either that or that {defult mini game} thing that non admins cant leave.
thanks..
............................. ............................. ...................adude..... ............................. ............................. ................

Are you sure your controls didn't reset and you could only use the jump button? Otherwise I don't know.

PlayerStandardArmor.canjet = 0;   in ~ console as ingame host, or dedicated console on a dedicated server.
44.canjet = 0; will work also, as default datablocks are loaded before add-ons, thus this one will always be 44.

i dont think so ill check..i want it for other people coming in because my build is a huge town surrownded by a tall clear walls all around it...and i am using the slate water v2 map so i dont want anybody going into water

PlayerStandardArmor.canjet = 0;   in ~ console as ingame host, or dedicated console on a dedicated server.
44.canjet = 0; will work also, as default datablocks are loaded before add-ons, thus this one will always be 44.
dude i dont no how to edit scripts....other than that im fine.....is there one maid already..or will i have to make one with my notepad.

You can do this by pressing the ~ button while ingame.
A box should come up with a spot you can write in.
Type in this:
PlayerStandardArmor.canjet = 0;
and press Enter/Return.

You can do this by pressing the ~ button while ingame.
A box should come up with a spot you can write in.
Type in this:
PlayerStandardArmor.canjet = 0;
and press Enter/Return.
thank you this worked
ADUDE SAYS THANKS

Does monkeyme work?

How is that even related?

Does monkeyme work?
How is that even related?
Its a old command RTB added in, but it did not make it into Blockland retrial

ok thanks.

How is that even related?

There both server commands.

PlayerStandardArmor.canjet = 0;
is not a server command.
A server command is something like this:
Code: [Select]
function servercmdmonkeyme(%client,%color)
{
//code and stuff here
}

While setting a simple variable is something like this:
Code: [Select]
PlayerStandardArmor.canjet = 0;
or
$Pref::Server::SuperAdminPassword = "44412322";
Code: [Select]
« Last Edit: July 29, 2008, 02:28:37 PM by Chrono »

Same difference. :P


Does monkeyme work?
How is that even related?
Its a old command RTB added in, but it did not make it into Blockland retrial
I seem to remember Fooly Cooly having this, along with the skeleme although it looks odd.