Posts: 61
Threads: 17
Joined: Jan 2014
Reputation:
0
Could someone give me a good script of drug effects, along with a video or SS (optional)
Thank you
Posts: 539
Threads: 30
Joined: Feb 2015
Reputation:
0
Search for it. Because i think no one is going to give you and this is not a place to request scripts.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Do a simple thing such as this:
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
pickup = CreatePickup(1241, 1, X, Y, Z, GetPlayerVirtualWorld(playerid));
SetPlayerDrunkLevel(playerid, 10000);
DestroyPickup(pickup);
This activates the player's adrenaline and shakes their screen.
Posts: 56
Threads: 3
Joined: Apr 2015
Find scripting help man. That's wrong section