animation issue?
#1

hi,
i included some animation cmds into my script.
But i have to type in the command twice before it does the requested animation.
heres the code:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{

if (strcmp("/piss", cmdtext, true) == 0)
{
ApplyAnimation(playerid,"PAULNMAC","Piss_loop",4.1,1,1,1,1,1,1);
return 1;
}

if (strcmp("/dance", cmdtext, true) == 0)
{
ApplyAnimation(playerid,"DANCING","dance_loop",4.1,1,1,1,1,1,1);
return 1;
}

SendClientMessage(playerid, 0xAA3333AA,"This command doesn't exist!");
return 1;
}
and antoher stupid question

why dont u see any water coming out if u piss?
Ive seen it on some rp servers, so it is possible

regards.
Reply


Messages In This Thread
animation issue? - by BlackWolf120 - 27.12.2010, 18:39
Re: animation issue? - by Baboon - 27.12.2010, 18:46
Re: animation issue? - by BlackWolf120 - 27.12.2010, 18:47

Forum Jump:


Users browsing this thread: 2 Guest(s)