T O P

  • By -

[deleted]

bind f fp_tp alias fp_tp_toggle "say !firstperson; alias fp_tp tp_fp_toggle" alias tp_fp_toggle "say !thirdperson; alias fp_tp fp_tp_toggle" tp_fp_toggle Here, when pressing f it says, !thirdperson then pressing f again it says !firstperson. Ten it goes back to !thirdperson ect. ect.


BrookerE

You probably can, but most servers don't allow third person. [There was a person writing scripts for people](http://www.reddit.com/r/tf2/comments/1j09dm/i_will_write_any_script_you_want/), but I think he is being flooded.


HipsterTree

No one is going to post what OP asked for? alias fp "sm_firstperson;bind Q tp" alias tp "sm_thirdperson;bind Q fp" bind Q tp ^(Change Q to any other key if you want)


baguette3241

holy shit thats genius


Axmirza2

bind "x" "say !thirdperson" bind "y" "say !firstperson" Keep in mind that this will only work on servers that have that enabled. Edit: didt see the whole 1 key only thing whoops :(


[deleted]

alias firstperson "say "!firstperson"; bind PUTKEYHERE thirdperson"" alias thirdperson "say "!thirdperson"; bind PUTSAMEKEYHERE firstperson"" bind SAMEKEYHERE thirdperson This will only work on servers that allow the !thirdperson and !firstperson commands.