i'm trying to make a script at the moment that involves waiting, but using the command: "wait X" is inconsistant since my framerate bounces around a bit (is that how is works?)
is there a way to wait in seconds not ticks?
i'm trying to make a script at the moment that involves waiting, but using the command: "wait X" is inconsistant since my framerate bounces around a bit (is that how is works?)
is there a way to wait in seconds not ticks?
No, there is not.
The wait command is disabled in most competitive configs by the way.
Its also counted as cheating in normal servers I believe.
No, that's not how it works. The client will simulate the game (create user commands) at tickrate ticks per second, where tickrate is the server -tickrate configuration. In the case of TF2, it's locked to 66, so 66 ticks is one second.
oh really? i thought ppl have binds for taking ammo/health packs already..
Kakioh really? i thought ppl have binds for taking ammo/health packs already..
wait, what? now you've got me curious.
i've seen one before in a pug.
team: TAKEN HEALTH/AMMO
team: HEALTH/AMMO up in 5
team: HEALTH/AMMO RESPAWNED
something like that. was thinking of making one to keep loose tabs on enemy uber
Ah, I see. Clever. But that shouldn't work unless the server wasn't properly configured to block "wait", so application of the config would be too rare to justify writing it. I'm not sure how you could've seen that in action. Perhaps an AHK script?
this would still work with a macro as stated above.
fps limit?
what ^ said.
wait commands are disabled by default on servers.
How does this macro thing work? I'm curios, I'd like to install it and mess around with it if its not banned or whatever
For whatever reason, the servers we use for competitive games in Australia don't disable the wait command. The tick rate for client side scripting depends on your fps. Either set a fps_max cap, cap fps with an external program or use an autohotkey macro (which is independent of the server allowing wait).
Kakiwas thinking of making one to keep loose tabs on enemy uber
some common ways of keeping track of uber can be as simple as looking at your own uber (if you're in the combo) or looking at server time left when ubers are popped (kind of like quake)