16.09.2018, 12:51
Tried to change virtual world to 0 or to 1 still actor not showing in bank.
Outside the interior works fine, but in interiors doesn't appear.
Outside the interior works fine, but in interiors doesn't appear.
PHP код:
new ActorBank1;
public OnGameModeInit()
{
ActorBank1 = CreateActor(187, 2310.0420,-4.0016,26.7422,269.8781); // Actor in LV BANK
ApplyActorAnimation(ActorBank1, "DEALER", "shop_pay", 4.1, 0, 0, 0, 0, 0);
SetActorVirtualWorld(ActorBank1, 1);
}