06.11.2018, 06:51
Im making my pizza stack system, and i have ApplyActorAnimation like to grab the meal from that bar like from singleplayer. Yet whenever i step on the checkpoint and the actor is about to do the animation, my gta crashes. This works on other servers, but apparently not on mine. Something is missing.
Code:
ApplyActorAnimation(PizzaActor, "SHP_Tray_In", "SHP_Tray_Lift_Out", 4.1, 0, 0, 0, 0, 0); //I assume this is the animation, but im not sure.