06.08.2009, 20:50
how can i make a /sit command on my script?
If(strcmp(cmdtext,"/sit", true) == 0) { // Play The Anim here return 1; }
If(strcmp(cmdtext,"/sit", true) == 0)
{
ApplyAnimation(playerid,"SUNBATHE","ParkSit_M_IdleB",4.0,0,0,0,1,1);
return 1;
}