29.04.2009, 20:22
Hi again =)
So this Is my Code and I want to see the drunken walk xD...but it doesn't work
Anyone have an Idea why ?
So this Is my Code and I want to see the drunken walk xD...but it doesn't work
Код:
if(strcmp("/talcohol",cmdtext,true) == 0)
{
if(alcohol[playerid] >= 1)
{
ApplyAnimation(playerid,"DRUNK","WALK_drunk",4.1,0,0,0,0,1000);
alcohol[playerid] -=1;
}
else
{
SendClientMessage(playerid,COLOR_RED,"You Don't Have Alcohol!");
}
return 1;
}


