• (DarkRP) Some classes have no player animations.
    2 replies, posted
I've googled the hell out of this and found nothing. No matter what players do they always look like this. Walking, jumping, etc... Heres what it looks like... [IMG]http://i1287.photobucket.com/albums/a631/delmutoloj/2013-08-11_00023_zps2138eacc.jpg[/IMG] [IMG]http://i1287.photobucket.com/albums/a631/delmutoloj/2013-08-11_00028_zps9bd2a918.jpg[/IMG] Any ideas? Thanks in advance.
There's a difference between the player model and the ragdoll model, you're using the wrong one I think. [QUOTE=Entoros;20853889][code]mod.Models = { {"Combine",{ "models/player/Police.mdl", "models/player/Combine_Soldier.mdl", "models/player/Combine_Soldier_PrisonGuard.mdl", "models/Combine_Super_Soldier.mdl"}}, {"Citizens - Male",{ "models/player/Group01/Male_01.mdl", "models/player/Group01/Male_02.mdl", "models/player/Group01/Male_03.mdl", "models/player/Group01/Male_04.mdl", "models/player/Group01/Male_05.mdl", "models/player/Group01/Male_06.mdl", "models/player/Group01/Male_07.mdl", "models/player/Group01/Male_08.mdl", "models/player/Group01/Male_09.mdl"}}, {"Citizens - Female",{ "models/player/Group01/Female_01.mdl", "models/player/Group01/Female_02.mdl", "models/player/Group01/Female_03.mdl", "models/player/Group01/Female_04.mdl", "models/player/Group01/Female_06.mdl", "models/player/Group01/Female_07.mdl"}}, {"Rebels - Male",{ "models/player/Group03/Male_01.mdl", "models/player/Group03/Male_02.mdl", "models/player/Group03/Male_03.mdl", "models/player/Group03/Male_04.mdl", "models/player/Group03/Male_05.mdl", "models/player/Group03/Male_06.mdl", "models/player/Group03/Male_07.mdl", "models/player/Group03/Male_08.mdl", "models/player/Group03/Male_09.mdl"}}, {"Rebels - Female",{ "models/player/Group03/Female_01.mdl", "models/player/Group03/Female_02.mdl", "models/player/Group03/Female_03.mdl", "models/player/Group03/Female_04.mdl", "models/player/Group03/Female_06.mdl", "models/player/Group03/Female_07.mdl"}}, /*{"Rebel Medics - Male",{ "models/humans/Group03m/Male_01.mdl", "models/humans/Group03m/Male_02.mdl", "models/humans/Group03m/Male_03.mdl", "models/humans/Group03m/Male_04.mdl", "models/humans/Group03m/Male_05.mdl", "models/humans/Group03m/Male_06.mdl", "models/humans/Group03m/Male_07.mdl", "models/humans/Group03m/Male_08.mdl", "models/humans/Group03m/Male_09.mdl"}}, {"Rebel Medics - Female",{ "models/humans/Group03m/Female_01.mdl", "models/humans/Group03m/Female_02.mdl", "models/humans/Group03m/Female_03.mdl", "models/humans/Group03m/Female_04.mdl", "models/humans/Group03m/Female_06.mdl", "models/humans/Group03m/Female_07.mdl"}},*/ {"Aliens/Zombies",{ "models/player/classic.mdl", "models/player/zombiefast.mdl", "models/player/zombie_soldier.mdl", "models/player/Charple01.mdl", "models/player/corpse1.mdl"}}, {"Characters",{ "models/player/alyx.mdl", "models/player/breen.mdl", "models/player/barney.mdl", "models/player/eli.mdl", "models/player/gman_high.mdl", "models/player/kleiner.mdl", "models/player/monk.mdl", "models/player/odessa.mdl", "models/player/magnusson.mdl"}}, {"CounterTerrorists",{ "models/player/urban.mdl", "models/player/gasmask.mdl", "models/player/riot.mdl", "models/player/swat.mdl"}}, {"Terrorists",{ "models/player/leet.mdl", "models/player/guerilla.mdl", "models/player/arctic.mdl", "models/player/phoenix.mdl"}}, {"Hostages",{ "models/player/hostage/hostage_01.mdl", "models/player/hostage/hostage_02.mdl", "models/player/hostage/hostage_03.mdl", "models/player/hostage/hostage_04.mdl"}}, }[/code] Yeah. You wouldn't find it on the Wiki because these are Gmod-specific models. Not quite sure if all the models work, but it's good enough.[/QUOTE]
Yeah I used the ragdoll model, I'll give that a try. [editline]11th August 2013[/editline] Sorry, had to go. Everything's fine now. Thanks!
Sorry, you need to Log In to post a reply to this thread.