Posts: 164
Threads: 64
Joined: Nov 2008
Reputation:
0
How can you make somebody drink or smoke? What is the function called? I searched but found only SetPlayerDrunkLevel / GetPlayerDrunkLevel
Posts: 143
Threads: 17
Joined: Oct 2009
Reputation:
0
how do you stop the drink anim i click mouse an he gets more drunk...
press space it does nothing
Posts: 1,148
Threads: 19
Joined: Jan 2007
Reputation:
0
ClearAnimations(playerid);
Put that into a command or OnPlayerKeyStateChange, or something...
Posts: 143
Threads: 17
Joined: Oct 2009
Reputation:
0
nope changed my mind lol
has anyone got a command to stop it?
the SpecialAction anim
so i can ad a message saying "player hangs up the call"
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
SetPlayerDrunkLevel(playerid, 0);
SetPlayerSpecialAction(playerid, 0);