14.06.2011, 16:17
Hello!
This animation is only visible to the users who use the CMD, why?
This animation is only visible to the users who use the CMD, why?
pawn Код:
COMMAND:sit(playerid, params[])
{
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
ApplyAnimation(playerid,"PED","SEAT_down",4.1,0,0,0,1,1);
}
return 1;
}