07.04.2019, 09:21
I am making a pet system by using actors. When I create a actor it works but when I restart the server, actor doesn't show. Just actor's text is showing. The codes that I am using to create a actor:
Code:
PetData[i][petActor] = CreateActor(PetData[i][petSkin], PetData[i][petPos][0], PetData[i][petPos][1], PetData[i][petPos][2], PetData[i][petPos][3]); SetActorVirtualWorld(PetData[i][petActor], PetData[i][petExteriorVW]);