31.08.2013, 18:48
how do i create masturbate animations?
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/fap", cmdtext, true, 10) == 0)
{
ApplyAnimation(playerid, "PAULNMAC", "wank_in",4.1, 1, 1, 1, 0, 0, 1);
return 1;
}
return 0;
}