Results 1 to 2 of 2

Thread: How Can I Change the Player

  1. #1

    How Can I Change the Player

    ok so again im creating a mission where your player starts out as a civilian and turns into a soldier what script can i use to change the player texture to a soldier class in game? if that would be possible

  2. #2
    You can't change the texture of the player unit, but what you can do is simply swap bodies.

    Name your own civilian unit man1, then name a soldier man2

    Now whenever you want to swap from the Civilian to the soldier just use

    Code:
    selectPlayer man2;
    and you will switch from the civilian unit to the soldier, then you can always deletevehicle your old player unit if needed.

    Best to do the switch during a cutscene or blackout so you don't actually see the switch, unless you want to see it.
    I have searched the forums, Google, MSN, garage, shed, car, pockets, kitchen draws, pants, socks, down the sofa, under the bed, behind the Monitor, ashtray, belly button, cupboards, under cups, down the toilet, under the carpet, behind curtains, in Duvet cover, Wardrobe, inside the DVD player, searched the dog basket, "don't have a dog basket but I would have if I'd had one, and cannot find the answer to my question.
    So here I am, on my hands and knees, begging for someone to have the answer to the question I may have posed above.



    KonI™

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •