14.03.2017, 21:10
Sup!
So i set cj run for one variable or how ever i should call it, bat the most important part that if i pressing space to run fast i start run like old man idk how that animation appears if i dont even set it.
Ongamemodeinit
So i set cj run for one variable or how ever i should call it, bat the most important part that if i pressing space to run fast i start run like old man idk how that animation appears if i dont even set it.
Ongamemodeinit
Код:
foreach(new i : Player) { if(teams[i] == TEAM_BLUE) { if(pInfo[i][pBlueClass] == RUNNER) { UsePlayerPedAnims(); } } }