25.03.2015, 09:30
UPDATE
---------
• Add CreateDynamicSineWave and DeleteSineWave function.
• Maximum slots updated to 32 from 24.
Note: To use the sine wave function, you must define MAX_SINE_SIZE before including it in your script. MAX_SINE_SIZE is actually the length of the wave.
Example:
Github repository updated as well.
---------
• Add CreateDynamicSineWave and DeleteSineWave function.
• Maximum slots updated to 32 from 24.
Note: To use the sine wave function, you must define MAX_SINE_SIZE before including it in your script. MAX_SINE_SIZE is actually the length of the wave.
Example:
Код:
#define MAX_SINE_SIZE 100 #include <a_samp> #include <streamer> #include <objm>