[Include] [INC] Yuri_'s Drug Effect Include ( TextDraw Used! ).
#1

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:

Code:
#include <a_samp>
#include <DrugEffect>
Note:

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);
      // ...
and

Code:
public OnGameModeInit()
{

	DrugOnGameModeInit();
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...


Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)