07.07.2012, 23:49
Hi to all.I have one problem
My character is running too slow.How can I speed up him ?


UsePlayerPedAnims();
public OnGameModeInit()
{
//here
}
public OnGameModeInit()
{
UsePlayerPedAnims();
//your other stuffs
return 1;
}