17.10.2011, 17:22
pawn Код:
if (strcmp(cmdtext, "/relax", true) == 0)
{
ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
GameTextForPlayer( playerid, "~w~To stop the animation, ~n~type ~r~/stopanim ~w~!", 5000, 3 );
}
return 1;
}