Scripting [HELP]
#1

Hello guys agian i got 2 questions =].

1] How to change the players run because its a bit shitty and i wanna change it.
2] How to make that when the player is talking with some one else him make the "talk animation".

Thanks a lot.

Karl1195
Reply
#2

UsePedAnims(); under ongamemdoeinit for shitty running.
Reply
#3

noting...
Reply
#4

1)Add UsePlayerPedAnims(); under OnGameModeInit.
2)
pawn Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,1,0,0,1,1);
Reply
#5

where should i put this mate?


Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,1,0,0,1,1);
Reply
#6

and i put the UsePlayerPedAnims(); under where u told me exectly and it didn't work.. ;/ any tips i am using LARP [GM]
Reply
#7

Quote:
Originally Posted by Karl1195
Посмотреть сообщение
where should i put this mate?


Код:
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,1,0,0,1,1);
pawn Код:
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,1,0,0,1,1);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)