14.07.2012, 08:10
I think he's supposed to ADD
UsePlayerPedAnims();
He wants them to run like real life animations, so why would you be deleting it?
UsePlayerPedAnims();
He wants them to run like real life animations, so why would you be deleting it?
pawn Код:
public OnGameModeInit() //Or OnFilterScriptInit
{
UsePlayerPedAnims();
return 1;
}