[TC] Gaming Forums

Full Version: Roadblock Binds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

well my suggestion is:
- change the method of adjusting the roadblocks like the caution,hazard,siren commands, you can put on or off with the same command the roadblock

thats it

greetz
I like the idea, it be nice to have that over the screen.
I dont quite get what are you suggesting, to be honest.

Commands for the roadblock are working by the same principle, than the commands that you are mentioning - Caution, Hazard, Siren. You turn the roadblock on with "!roadblock+" and turn it off with "roadblock-".

If you want to be able to turn the roadblock or visual signs on and off by one bind, you can do that with using the cycling script. If you want help with that, feel free to ask.
hows a cycling script working? Biggrin
(2013-02-21 21:43)Mr. NB Wrote: [ -> ]I dont quite get what are you suggesting, to be honest.

Commands for the roadblock are working by the same principle, than the commands that you are mentioning - Caution, Hazard, Siren. You turn the roadblock on with "!roadblock+" and turn it off with "roadblock-".

If you want to be able to turn the roadblock or visual signs on and off by one bind, you can do that with using the cycling script. If you want help with that, feel free to ask.

You can use just !caution, !siren, etc. and those will toggle it on and off, without need for a !caution+, !caution-, etc. bind.
I think he wants a !roadblock command, toggling the roadblock rather than needing to have a + or - to activate or deactivate a roadblock.
I did suggest shortening it to !rb (with the same principle of the !caution etc commands that work as a toggle command.

Nothing has been done yet but hopefully it will - it's nice and simple so won't take much effort.
(2013-02-21 21:59)Ace Wrote: [ -> ]hows a cycling script working? Biggrin

It's quite simple really and they can save quite a few binds.

Example of a cycling script, for having "!chase" and "!lost" commands on the same bind (in this case, ALT + F2):

1.lfs:

Code:
/altf 2 /run /chase and lost/2
/say !chase
/echo Script: ^1Chase

2.lfs:

Code:
/altf 2 /run /chase and lost/1
/say !lost
/echo Script: ^1Lost
There is some little technical reason for this. While !caution and !hazard only change one state information in the memory which is then sent to the clients with a fixed interval, doing !roadblock immediately sends object data to all clients, removing them is basically the same amount of information. Someone using that function too quickly may cause problems to others. So, the missing "toggle"-functionality is basically just a natural choke.
(2013-02-21 23:45)Mr. NB Wrote: [ -> ]
(2013-02-21 21:59)Ace Wrote: [ -> ]hows a cycling script working? Biggrin

It's quite simple really and they can save quite a few binds.

Example of a cycling script, for having "!chase" and "!lost" commands on the same bind (in this case, ALT + F2):

1.lfs:

Code:
/altf 2 /run /chase and lost/2
/say !chase
/echo Script: ^1Chase

2.lfs:

Code:
/altf 2 /run /chase and lost/1
/say !lost
/echo Script: ^1Lost

thanks , this really help me !
Reference URL's