17.04.2010, 21:10
Drug Effect Include
Author's Comments
First of all, i want to thanks to Don Corelli for giving me this Idea. This is one of the best Drug Effects that you can use it for Role Play Servers. Again, Thank You Don.
Include Features
- 2 Commands ( To Activate and Turn Off the Drug Effect ).
- Drug Effect ( In TextDraws ).
- Include able to use by everyone( You can change this ).
Every Color changes at 100 miliseconds ( thats the default, you may change it if you want ).
To activate the drug effect use /startdrugeffect, and to turn it off, use /stopdrugeffect.
At the moment, there are 10 colors wich are randomly chosed, as you can see in the video.Again, you can change it.
Include Download
Attachement, Or:
MediaFire: http://www.mediafire.com/?iuzmmhtwmyz
Include Instalation
After You download it, place the ' DrugEffect.in ', in your pawno/includes folder.Go on your script and add #include <DrugEffect> Like in the Code:
Note:
To Activate the Drug Effect, you will need to add those functions in your script:
and
Include ScreenShots / Videos
Gta SA:MP Drug Effect
Include Credits
- Me ( Yuri_ )
- Zamaroht -> For The Text Draw Editor
- m0niSx ( James_Alex ), Matt, Madbullet, Deadalus for testing it.
Have Fun...
![](http://signatures.mylivesignature.com/54488/140/8AB2DB79097A0CF308A5FB0F86745636.png)
Author's Comments
First of all, i want to thanks to Don Corelli for giving me this Idea. This is one of the best Drug Effects that you can use it for Role Play Servers. Again, Thank You Don.
Include Features
- 2 Commands ( To Activate and Turn Off the Drug Effect ).
- Drug Effect ( In TextDraws ).
- Include able to use by everyone( You can change this ).
Every Color changes at 100 miliseconds ( thats the default, you may change it if you want ).
To activate the drug effect use /startdrugeffect, and to turn it off, use /stopdrugeffect.
At the moment, there are 10 colors wich are randomly chosed, as you can see in the video.Again, you can change it.
Include Download
Attachement, Or:
MediaFire: http://www.mediafire.com/?iuzmmhtwmyz
Include Instalation
After You download it, place the ' DrugEffect.in ', in your pawno/includes folder.Go on your script and add #include <DrugEffect> Like in the Code:
Code:
#include <a_samp> #include <DrugEffect>
To Activate the Drug Effect, you will need to add those functions in your script:
Code:
public OnPlayerDisconnect(playerid,reason) { DrugOnPlayerDisconnect(playerid,reason); }
Code:
public OnPlayerCommandText(playerid, cmdtext[]) { DrugOnPlayerCommandText(playerid, cmdtext); // ...
Code:
public OnGameModeInit() { DrugOnGameModeInit();
Gta SA:MP Drug Effect
Include Credits
- Me ( Yuri_ )
- Zamaroht -> For The Text Draw Editor
- m0niSx ( James_Alex ), Matt, Madbullet, Deadalus for testing it.
Have Fun...
![](http://signatures.mylivesignature.com/54488/140/8AB2DB79097A0CF308A5FB0F86745636.png)