21.05.2017, 12:54
Don't Remove it,
Just open your script and CTRL + F and write OnGameModeInit
and then add UsePlayerPedAnims();
So it'd be like this:
That's all it don't need a download or any file it's already been in Samp Server folder.
Just open your script and CTRL + F and write OnGameModeInit
and then add UsePlayerPedAnims();
So it'd be like this:
PHP код:
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}