• DarkRP custom class model problem...
    3 replies, posted
Hey im having some trouble with the player animations working on some models, they are just in that ugly as hell T pose. I've played on plenty of servers where the combine solder/elite models work perfectly, here is the code i have for the overwatch elite.. Im using dark rp 2.3.7 [lua]TEAM_OE = AddExtraTeam("Overwatch Elite", Color(0, 0, 200, 255), "models/combine_super_soldier.mdl", [[The command arm of the Universal Union, their word is law and there is only one punishment. Swift amputation.]], {"weapon_ar2", "weapon_357"}, "oe", 1, 250, 1, 0, false)[/lua]
Use lua tags so we can see the spacing and stuff better. Edit: Nvm I'll do it for people. [lua] TEAM_OE = AddExtraTeam("Overwatch Elite", Color(0, 0, 200, 255), "models/combine_super_soldier.mdl", [[The command arm of the Universal Union, their word is law and there is only one punishment. Swift amputation.]], {"weapon_ar2", "weapon_357"}, "oe", 1, 250, 1, 0, false) [/lua]
[QUOTE=Chad Mobile;19808788]Use lua tags so we can see the spacing and stuff better. Edit: Nvm I'll do it for people. [lua] TEAM_OE = AddExtraTeam("Overwatch Elite", Color(0, 0, 200, 255), "models/combine_super_soldier.mdl", [[The command arm of the Universal Union, their word is law and there is only one punishment. Swift amputation.]], {"weapon_ar2", "weapon_357"}, "oe", 1, 250, 1, 0, false) [/lua][/QUOTE] Thanks i didn't know the tag code, otherwise I woulda used it.
I know I did it wrong, get the original code and paste it with Lua tags, they are [ lua] to start it (without the space inside) and [ /lua] to end it (without the space inside)
Sorry, you need to Log In to post a reply to this thread.