23.06.2013, 15:01
Estou um tempo sem mecher com NPC entгo.. Nгo estou conseguindo aplicar animaзгo no mesmo.. Script:
Isso em OnPlayerSpawn.
Creditos da ApplyPlayerAnimation: ipsBruno ( eu acho ).
pawn Код:
if(!strcmp(Nome(playerid),"Porteiro_DP[1]",true)) {
SetPlayerSkin(playerid,16);
SetPlayerPosEx(playerid,1544.1935,-1631.9834,13.3828,100.0067);
ApplyPlayerAnimation(playerid, "COP_AMBIENT", "Coplook_think", 4.0, 1, 0, 0, 0, 0);
return false;
}
Creditos da ApplyPlayerAnimation: ipsBruno ( eu acho ).