15.03.2018, 14:11
Hello, I have been trying to let the actors stream in because they keep falling true custom objects I put this
under public OnPlayerSpawn(playerid)
but they still fall true custom objects..
Код:
new ActorDJ1, ActorDJ2; if(IsActorStreamedIn(ActorDJ1,ActorDJ2)) { CreateActor(299, 346.0761, -1845.4706, 7.7953, 85.1415); ApplyActorAnimation(ActorDJ1, "SCRATCHING", "scdldlp", 4.0, 1, 0, 0, 0, 0); // /dj 1 CreateActor(45, 346.0746, -1844.1603, 7.7953, 85.8244); ApplyActorAnimation(ActorDJ2, "SCRATCHING", "scdrulp", 4.0, 1, 0, 0, 0, 0); // /dj 4 }
but they still fall true custom objects..