Actor help
#1

Everthing thing works fine, but the problem is the virtualworld the actor only works on vw 0 i want it works for all worlds, maybe u guys can help me out, thanks advance!


PHP Code:
    for(new 0sizeof(AllActors); c++)
     {
          
CreateActor(AllActors[c][askinid], AllActors[c][npcX], AllActors[c][npcY], AllActors[c][npcZ], AllActors[c][npcA]);
        
ApplyActorAnimation(cAllActors[c][animclass], AllActors[c][animname], 4.110000);
        
SetPlayerVirtualWorld(c, -1);
        
SetActorInvulnerable(c);
    } 
Reply


Messages In This Thread
Actor help - by N0FeaR - 27.04.2016, 13:06
Re: Actor help - by povargek - 27.04.2016, 13:22
Re: Actor help - by N0FeaR - 27.04.2016, 13:27
Re: Actor help - by povargek - 27.04.2016, 13:28
Re: Actor help - by N0FeaR - 27.04.2016, 13:32

Forum Jump:


Users browsing this thread: 1 Guest(s)