Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List of models that can be spawned? (Looking for C4 model)
#1
Where can I find a list of models that can be spawned in the 3d space? Like "weapon_at4_stow" and such. I'm specifically looking for the C4 model.
Reply

#2
weapon_c4_mp
That be the C4. If you're looking for weapons look at the weapon files, find "worldmodel" in it and use those. Pretty sure you don't even need to precache it. It's probably loaded in common_mp.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#3
Ah thanks. I'm trying to link it to a player. This is what I tried, but it only spawned on the ground and stayed there.

Code:
self.at4 = spawn("script_model", self.origin);
self.at4 setModel("weapon_at4_stow");
self.at4 linkTo(self, "tag_flash", (0, 0, 0), (0, 0, 0));

I tried tag_player, but I had the same result.
Reply

#4
Code:
self attach( "weapon_at4_stow", "tag_stowed_back" );

Check this, it can help you on getting a big list of models which dont need "precache":

http://www.itsmods.com/forum/Thread-Tuto...older.html
Reply

#5
(06-27-2013, 12:35)Yamato Wrote:
Code:
self attach( "weapon_at4_stow", "tag_stowed_back" );

Check this, it can help you on getting a big list of models which dont need "precache":

http://www.itsmods.com/forum/Thread-Tuto...older.html


What do I write? I tried a few variations of that code, even standalone, but it either never spawned, or just spawned on the ground.
Reply

#6
(06-27-2013, 13:08)akillj Wrote:
(06-27-2013, 12:35)Yamato Wrote:
Code:
self attach( "weapon_at4_stow", "tag_stowed_back" );

Check this, it can help you on getting a big list of models which dont need "precache":

http://www.itsmods.com/forum/Thread-Tuto...older.html


What do I write? I tried a few variations of that code, even standalone, but it either never spawned, or just spawned on the ground.

That code links the object to the players back, try it with third person view to see it Cool
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Spawning Solid Models akillj 5 3,983 09-08-2013, 00:07
Last Post: akillj
  Zombie model imchasinyou 7 6,170 07-31-2013, 01:11
Last Post: rotceh_dnih
  Help Server not in list, but people join 99IRock 8 6,694 07-17-2013, 21:26
Last Post: clacki
  [C# xna 4] 3d models or vertices array narkos 5 4,010 06-25-2013, 08:14
Last Post: narkos
  [Request] mw3 all map list ( aslo DLC) raminr63 5 14,261 06-18-2013, 19:50
Last Post: mn_acer1
Big Grin Killstreaks HUD list Puffiamo 9 9,355 06-18-2013, 18:42
Last Post: RaZ
  Where can I find a list of scripting commands that correspond to ingame buttons? akillj 2 2,839 06-03-2013, 10:38
Last Post: Yamato
  expansion model [HARD] Tony. 1 2,398 05-25-2013, 10:43
Last Post: Nekochan
  [Release] Export models from Call Of Duty : Black Ops JariZ 26 32,562 05-16-2013, 17:20
Last Post: mosayebg
  [Request] Random player model hillbilly 1 2,556 05-12-2013, 08:30
Last Post: archit

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.