Ringer_Tresble, а чего искать то? АйрБрейк написал и тебе все нашло. По мне, лучше использовать данное клео, чем собейт, за исключение от томика
Как поменять скорость? Мне нужно просто сквозь дверь пройти,а когда нажимаю W он чуть дальше пролетает. И не надо писать про то,что «жми слабее на кнопку»,пробовал.
:NONAME_62 wait 0 if and 0AB0: key_pressed 17 0AB0: key_pressed 50 else_jump @NONAME_62 if Actor.Driving($PLAYER_ACTOR) else_jump @NONAME_108 jump @NONAME_3329
:NONAME_4695 if 056D: actor 9@ defined else_jump @NONAME_4728 Actor.LockInCurrentPosition(9@) = False Actor.DestroyInstantly(9@) Actor.RemoveReferences(9@)
:NONAME_4728 Object.Destroy(8@) Object.RemoveReferences(8@) 00BC: show_text_highpriority GXT ‘CHEAT8’ time 1000 flag 1 // Cheat deactivated jump @NONAME_62
:NONAME_4761 wait 0 if Actor.Dead($PLAYER_ACTOR) else_jump @NONAME_4788 jump @NONAME_4618
:NONAME_4788 if not Actor.Driving($PLAYER_ACTOR) else_jump @NONAME_4811 jump @NONAME_4618
:NONAME_4811 if 856E: not car 5@ defined else_jump @NONAME_4834 jump @NONAME_4618
:NONAME_4834 if not Actor.InCar($PLAYER_ACTOR, 5@) else_jump @NONAME_4860 jump @NONAME_4618
Обновление от 08.07.2015 Чит s0beit для GTA San Andreas и SA-MP 0.3.7 С данным читом Вы станете непобедимым игроком или получите большую власть над другими игроками К примеру, Вы попали в перестрелку, всех ваших слили, естественно сольют и Вас, но не тут то было: вы включаете в собейте GM и, воля! Вы бесмертны, Вы скажете: «Ха!» Зачем он нужен, если всё это есть в CLEO! Да вот зачем, ведь представьте, что Вам придется найти более 500 Cleo скриптов, чтоб заменить собейт!
Добавлено: Исправлена дальность прорисовки ников Исправлен баг с попаданием в загрузку, на айрбрейке Курдмастер теперь ровнее телепортирует Теперь команды будут показываться в самп диалоге, а не в чате Автологин теперь способен вводить пин код, на адвансе Чекер админов, и друзей, теперь в отдельных файлах Пофикшены почти все краши Теперь можно настраивать автовключение соба
Чтобы посмотреть доступные команды введите: /shelp
Находим у себя в mod_sa.ini такую строчку: # ============== # Air brake keys # ============== И заменяем начинае с неё на Code # ============== # Air brake keys # ============== # # key_air_brake_foot_mod is the key to use when on foot. key_air_brake_mod = rshift key_air_brake_foot_mod = rshift key_air_brake_mod2 = &0 key_air_brake_forward = w key_air_brake_backward = s key_air_brake_left = a key_air_brake_right = d key_air_brake_up = up key_air_brake_down = down
# Roll (left/right) key_air_brake_rot_roll1 = u key_air_brake_rot_roll2 = o
# Pitch (aka up/down) key_air_brake_rot_pitch1 = i key_air_brake_rot_pitch2 = k
# Air brake key mode # # If set to true, key_air_brake_mod toggle air brake mode on and off. # key_air_brake_mod2 will also become a toggle-key. air_brake_toggle = true
# Speed multiplier for movement (Units per second) air_brake_speed = 70.0
# Speed multiplier for rotation (full turns per second) air_brake_rot_speed = 0.2
# Time to full speed (in seconds) air_brake_accel_time = 1.5
Airbrake provides frictionless error monitoring and performance insight for your entire app stack.
Why Use Airbrake?
Developer-centric
Airbrake onboarding is “dead simple” for major languages and frameworks. Integrations make Airbrake error monitoring intuitive, familiar, and useful for developers.
Lightweight
An agentless & serverless architecture means low maintenance and near-zero technical debt to gain visibility into the health of your entire app stack.
Immediate Impact
As soon as Airbrake is installed, you’ll know more about the current state of your app. Real-time notifications will alert you about new issues and critical errors.
Super Easy Install
Airbrake notifiers are available for every major programming language and framework and install in minutes.
Spend less time tracking down problems and more time developing.
Quickly install Airbrake notifiers using the Airbrake CLI
Or manually install an airbrake notifier using the code snippets below.
Add our gem to your project:
Initialize the library with your account credentials:
That’s it! Airbrake will automatically record any uncaught errors or you can send any errors directly.
Include the library via a script tag:
Initialize the library with your account credentials:
That’s it! Airbrake will automatically record any uncaught errors or you can send any errors directly.
Gobrake can be installed like any other Go package that supports Go modules.
Installing in an existing project
Just go get the library:
Installing in a new project
Create a new directory, initialize a new module and go get the library:
Configuring Gobrake:
Initialize the library with your account credentials:
Add our gem to your project:
Initialize the library with your account credentials:
That’s it! Airbrake will automatically record any uncaught errors or you can send any errors directly.
Install our library via npm:
Initialize the library with your account credentials:
That’s it! Airbrake will automatically record any uncaught errors or you can send any errors directly.
Install our library:
Import the package and initialize with your account credentials:
That’s it! Airbrake will automatically record any uncaught errors or you can send any errors directly.
We also provide Flask and Django integrations.
Add our library to your project with Composer:
Initialize the library with your account credentials:
That’s it! Airbrake will automatically record any uncaught errors or you can send any errors directly.
Install our library your Java project via Maven (Gradle & Ivy also supported):
Initialize the library with your account credentials:
int projectId = 123; String projectKey = «abcdefgh12345678»; Notifier notifier = new Notifier(projectId, projectKey);
Supported languages
Airbrake natively supports error monitoring for over 20 languages and frameworks or you can send errors from any application through our API directly.
For even more languages, check out the community-supported error notifiers or send errors from any application using our API directly.
What are you waiting for?
Don’t Be Afraid to Commit
Complex, fast-moving development environments mean more unknowns and more potential issues every time new code is deployed. Gone are the days of rigorous testing and QA prior to shipping code. Today, you have to work your code before and after deployment, not to mention up and down the app stack.
In short, you need Airbrake. The best error monitoring and performance monitoring solution built specifically for the needs of developers. Try Airbrake free for 30-days.