Jump to content
Korean Random

Recommended Posts

47 минут назад, Ekspoint сказал:

Обновлено, исправлено мерцание "-0.1" на "Сведен" при вкл серверного прицела

как дела?

 

а что там с "reloadKey": "KEY_LALT and KEY_5"

спс

49 минут назад, Ekspoint сказал:

Обновлено, исправлено мерцание "-0.1" на "Сведен" при вкл серверного прицела

ааа и +++ в репу

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
On 10/27/2017 at 10:14 AM, GPCracker said:

Not a Python-way


aimTime = max(0.0, aimTime)

This is better :-) And could be substituted where needed.
And that is not all required here... Very small positive values should be also zeroed.

ah, i am a C++/C# dev, python is slightly different.

I would guess that that function takes the larger of the two. Very neat.

Share this post


Link to post

Short link
Share on other sites
6 hours ago, Willster419 said:

ah, i am a C++/C# dev, python is slightly different.

Python is a hundred times easier than C. Code, written in C that takes 100 lines of code, in Python will probably have not more than 25-50 lines, and will be more readable.

In Python you mostly think about what you are writing, not the way, you should write it.

Anyway, Python (C-Python) is written in C itself, and supports C extensions (*.pyd).

Share this post


Link to post

Short link
Share on other sites

обновлено:

исправление ошибок в макросе aimTimeAll

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...