Search found 20 matches

by Kami
Sat Jul 10, 2004 6:08 pm
Forum: ET Bugs/Cheats
Topic: ETPro Test Bug Fix 3.0.13 bugs
Replies: 6
Views: 6649

Re: ETPro Test Bug Fix 3.0.13 bugs

[DD]ZeDoX wrote:also, players can pick up ammo even if they dont need it. (NOT AMMO crates, just weapons)
that has always happened
by Kami
Sun Jun 27, 2004 10:03 am
Forum: ET Bugs/Cheats
Topic: Strange say and say_team behavior with binds, bug or not?
Replies: 2
Views: 3826

yep happened to me when I scripted my f-ops bind. I did same thing and threw it in a vstr.
by Kami
Fri Jun 25, 2004 12:12 pm
Forum: ET Pro
Topic: Prone, "l33t" aimers, verticle aim, and m_pitch li
Replies: 53
Views: 36003

I've noticed the head hitbox is messed up during crouch+strafing and using the logic in this thread should not be allowed. Perhaps during crouch you cannot strafe? That might fix the problem with that however I like it along with many others. After a little while I became accustomed with where their...
by Kami
Sat Jun 19, 2004 12:21 pm
Forum: ET Pro Documentation
Topic: Client auto-scripts
Replies: 18
Views: 52122

no, I also posted this in your other thread. You have to vidrestart on those commands.
by Kami
Sat Jun 19, 2004 12:16 pm
Forum: ET Pro News
Topic: ET Pro 3.0.10 testbugfix released
Replies: 67
Views: 57994

you have to vidrestart, sorry
by Kami
Fri Jun 18, 2004 1:10 pm
Forum: ET Pro
Topic: request: autoexec_stuff and cvar_backups in separate folders
Replies: 5
Views: 4274

i concur
by Kami
Sat Jun 12, 2004 11:16 am
Forum: ET Bugs/Cheats
Topic: TANK BUG. Can't Repair....
Replies: 16
Views: 11046

Ive seen this bug a few times- only in 1 place tho every time- in front of the doors just over the bridge yep happened to us in nd80 tourney match right there as well. Also for the first time I saw this happen to the tank on goldrush right under the overhang about 20 feet into it's usual path. It w...
by Kami
Sun Jun 06, 2004 12:23 pm
Forum: ET Bugs/Cheats
Topic: Time to cut the losses?
Replies: 6
Views: 7959

I can't tell you how many times etpro has caught cheaters on our servers that PB has let go unnoticed. Also I have found that even when PB does detect hacks it takes longer than etpro to figure it out. Just yesterday ETPRO found someone hacking and told us so I was in the process of trying to use my...
by Kami
Tue May 18, 2004 1:23 pm
Forum: ET Pro
Topic: I'm going to shoot myself
Replies: 13
Views: 9428

U soooooo F'in rock. I'll try this as soon as I can. Thank you so much for your time on this problem. Sad part is I even tried putting part of the script into my autoexec.cfg but not all of it. Sometimes it takes some fresh eyes and more likely a better understanding of the coding. Thanks.
by Kami
Tue May 18, 2004 2:26 am
Forum: ET Pro
Topic: I'm going to shoot myself
Replies: 13
Views: 9428

exec several graphic cvars do a single vid_restart ...at the start of each map change/load? Exactly. My settings exec fine, I just want it to vid_restart again after settings exec. So in this order: Original map load(settings get exec'd here), vid_restart (happens auto without me pushing a button),...
by Kami
Tue May 18, 2004 2:22 am
Forum: ET Pro
Topic: I'm going to shoot myself
Replies: 13
Views: 9428

thnk you guys for your time. I don't mind the double load. I understand how etpro is limited right now in it's order of loading. I just want it to auto "reload" (if you will) after first load instead of me watching and waiting to press button at first chance. Then perhaps I could get up to...
by Kami
Mon May 17, 2004 7:38 pm
Forum: ET Pro
Topic: I'm going to shoot myself
Replies: 13
Views: 9428

:o If you mean r_overBrightBits, use r_mapOverBrightBits - the game isn't psychic. I used shortened versions for my post since you knew what I meant. I apologize for this since I know you must have to answer even the dumbest questions and thought I actually used this in script. My settings work fin...
by Kami
Mon May 17, 2004 6:32 pm
Forum: ET Pro
Topic: I'm going to shoot myself
Replies: 13
Views: 9428

It's rather simple: r_mapover 2 r_over 1 r_ignore 1 vid_restart that is first try, constant looping (remember diff. settings for each map) second try: r_mapover 2 r_over 1 r_ignore 1 exec vid separate vid.cfg with following commands set vid "vstr vid1" set vid1 "set vid vstr vid2; vid...
by Kami
Mon May 17, 2004 11:25 am
Forum: ET Pro
Topic: I'm going to shoot myself
Replies: 13
Views: 9428

I'm going to shoot myself

I cannot get a vid_restart to automatically work with my individual autoexec_map.cfg's. Can anyone fill me in on what I can do? I've tried running vstr's in the cfg and in separate cfg's that are linked and can't seem to get it to (1) work or (2) not loop vid_restarts over and over again. Please hel...
by Kami
Mon May 17, 2004 11:11 am
Forum: ET Pro
Topic: Class Scipt
Replies: 25
Views: 16698

Threshold wrote: bind F10 "class f 1; echo ^2FIELDOPS; say_team ^2[^7FIELDOPS^2]"
instead try this:

bind F10 "class f 1; echo ^2FIELDOPS; bind f7 say_team ^2[^7FIELDOPS^2]"


**edit: answer already covered by above posts, didn't see page 2 lol**