Posts: 302
Threads: 72
Joined: Dec 2009
dcmd_cig(playerid,params[])
{
#pragma unused params
if(GetPlayerSpecialAction(playerid) != 21)
SetPlayerSpecialAction(playerid,21);
else
SetPlayerSpecialAction(playerid, 0);
return 1;
}
Posts: 302
Threads: 72
Joined: Dec 2009
Quote:
Originally Posted by hossa
|
Noo, all you see is the trees moving and the weather turns like purple
Posts: 302
Threads: 72
Joined: Dec 2009
Quote:
Originally Posted by hossa
i'm not a pro scripter but you need to use OnPlayerUpdate to check if player is drunk and set his weather to the " Purple " weather you want. and set it to normal if he isn't drunk.
and btw
where did you see that ? lol
|
this. [ame]http://www.youtube.com/watch?v=RdIU9FkYSJk[/ame]
is not really a mod i seen it in some server
Posts: 257
Threads: 48
Joined: Feb 2013
Reputation:
0
I have also seen this in a server ^_^ I been looking for it for a long time :L
Posts: 302
Threads: 72
Joined: Dec 2009
Thanks <3 BullseyeHawk and hossa