Actor still falling true custom object
#1

Hello, I have been trying to let the actors stream in because they keep falling true custom objects I put this

Код:
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
    }
under public OnPlayerSpawn(playerid)

but they still fall true custom objects..
Reply
#2

Try to make that ground object static like CreateObject, without using streamer...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)