PDA

View Full Version : Key switching bind non effective.


kadico
30th November 2005, 20:01
I want to bind 'F' to alternate 'N' from peekleft to peekright. I've triede this:

Aliases[15]=(Command="set input n peekleft | sfR",Alias="pkLeft")
Aliases[16]=(Command="set input n peekright | sfL",Alias="pkRight")
Aliases[17]=(Command="set input f pkLeft",Alias="sfL")
Aliases[18]=(Command="set input f pkRight",Alias="sfR")

and this:
Aliases[15]=(Command="set input n peekleft",Alias="pkLeft")
Aliases[16]=(Command="set input n peekright",Alias="pkRight")
Aliases[17]=(Command="set input f pkLeft | onrelease sfR",Alias="sfL")
Aliases[18]=(Command="set input f pkRight | onrelease sfL",Alias="sfR")

any ideas?

GLoGG
1st December 2005, 17:11
i don't even get why people still use that? its detected right?.. why dont u try learning uscripting..? or C++.. i would recommand uscript for beginners though... idk.. good luck anyhow

ALBerT
1st December 2005, 18:57
Yeah all of that stuff is generally busted, however some servers still take out the optional bind restrictions that PB has.

precision1337
2nd December 2005, 01:08
i kinda wonder why pb even started allowing admins to restrict binds. binding was something implemented in the game by the game developer, therefore, technically, everyone has the same advantage even though some binds might be better than others. hacks on the other hand give players an advantage from an "external source", so they do have something on that. i'm pretty sure red storm entertainment didn't just put binds in the game just so you could create your own "Reloading! Cover Me B*tches!" command LOL.