Darkangel
28th October 2012, 21:20
Hello guys,
how can i make Teddy´s in a Cod2 map ?
:D
kung foo man
28th October 2012, 21:30
Hey, you just need to precache and spawn the teddy-xmodel:
precache:
precacheModel("xmodel/prop_bear_detail_sitting");
spawn:
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. :D
STAUFFi
29th October 2012, 09:18
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.....
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.