29.08.2010, 05:25
On my gamemode my player runs really slowly and moves his hands weirdly. Anyone know how to fix this, I think there's a scripting function for it but I haven't found anything.
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}