Offtopic question: Where did you get that arrows for make a event get up or get down?
Ontopic: Wow all of these look so usefull :D
It's a client mod, I can't remember exactly who made it, but I've had it for a while.
also, for the code, why not try using defaults? :D
and for the ladder, try checking if the person is jetting, if true check velocity going up, if less than #, then add velocity
then for nonjetting, check velocity going down, if less than #, addvelocity to avoid falling damage
Can someone help me out with understanding VCE functions? I understand what they're for but I can't get them to work.
I'm sorry, I don't use functions, so I'm not familiar with how they're made.
I don't want to spend an hour making a coded door with default events, and I don't like having too many inputs to climb a ladder.
This is something I made awhile back.
You may find it useful.
Also, the VCE Keypad should not use add (x) then multiply by 10.
Doing so will cause scientific notation with large numbers. Instead, do "VCE_modVariable -> Client [code] set [<var:cl:code>x]". This will allow as many characters as needed, and supports letters.
I can't post half of my event creations, as the community would abuse its logic. Just look at what happened when people figured out how to fire projectiles when clicking.
This is WAY more abusable than that. IE, become God on the server. You could gain control over nearly everything of every player. Think of it as being able to execute client and player events on command, with a selective victim. I could say, "Kill: Phflack", and he would die right there on the spot. Or I could say "Crash: MrLol", and flood his client with enough data to crash him.
I honestly could care less about anything you've done. This topic is just for me to post thing's that I've made for people when they ask me. Please don't advertise your stuff here.
And for the door, I suppose that would be a better way to get around the scientific notation.
For my Banhammah DM, I have a control room which has a button that will give a random player a new weapon. Is this possible?
I'm sure it could be done, but it would be really complex to set a value on each player, and move all the players up in the list if one leaves. I would suggest having a button that adds an item to a random area in the DM.