Results 1 to 3 of 3

Thread: Teddy´s in a map

  1. #1
    ... connecting
    Join Date
    Sep 2012
    Location
    Germany
    Posts
    7
    Thanks
    8
    Thanked 4 Times in 4 Posts

    Talking Teddy´s in a map

    Hello guys,
    how can i make Teddy´s in a Cod2 map ?


  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Hey, you just need to precache and spawn the teddy-xmodel:

    precache:
    Code:
    precacheModel("xmodel/prop_bear_detail_sitting");

    spawn:
    Code:
        teddy = spawn("script_model", (0,0,35));
        teddy.angles = (0,90,0);
        teddy setmodel("xmodel/prop_bear_detail_sitting");
    Just fit (0,0,35) to where you want it to be.
    timescale 0.01

  3. #3
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    He want make with me a Horrormap
    I have Sound , Teddys all ready.
    Angel need a new skin ( a Little Girl) -> A Bot ..
    The Girl kill all the People and so ;P.....

Posting Permissions

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