01.02.2012, 08:57
(
Последний раз редактировалось MP2; 23.03.2014 в 16:45.
)
Disable Ammunation 1.0
by Mike
Introductionby Mike
Extremely simple include that disables the scripts inside the ammunation interiors. This is achieved by hooking (y_hooks) OnPlayerInteriorChange, checking if they are entering an interior that an ammunation is in, and setting a repeating timer until they are in the interior, to be safe from lag. 100% effective*.
* Don't quote me on that :x
Changelog
1.0 (1st Feb 2012):
- Initial release
Usage
Just include it and you're good to go!
With this, you can then add your own checkpoint in ammunations to make custom scripts.
Installation
• Download the .inc file below
• Place it in C:\Program Files\Rockstar Games\GTA San Andreas\pawno\include (or where ever your include folder is)
• Add " #include <damm> " at the top of your gamemode under a_samp like so:
Код:
#include <a_samp> #include <damm> #include <blahblah> #include <other_includes>
• Download YSI HERE
• Nothing more! No functions to use or anything, essentially plug and play.
Download
http://pastebin.com/Y0VHKwsy
No mirrors please. This is my own website, so if the link goes down I'll know about it. If it does however, PM me.
Thank you!
Please leave a comment below, maybe with a suggestion! Don't forget to report any bugs also please.
Thank you.