AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Is it possible to change robot models in MvM? (https://forums.alliedmods.net/showthread.php?t=252229)

Pur3v1l 11-28-2014 15:49

Is it possible to change robot models in MvM?
 
Hello. After looking in the plugins section, I could not find anything about changing the models of robots in MvM. I'm not talking about taking the appearance of a robot, but changing their models. I joined a server some time ago where all of the robot scouts were rainbow dash models. (the actual robots, not players using !robot) So it must be possible. Model Manager is used on my server and every model uploaded works just fine. I would like to change the model of giant scout (all versions) to something else. Does anyone here know how? I didn't know if I should make a plugin request because I think there was something about this already in there. Couldn't find it though. Thanks for reading. :D

friagram 11-29-2014 08:13

Re: Is it possible to change robot models in MvM?
 
That was probably my server.
You just set their custom model like you would with any player model

thecount 11-29-2014 16:14

Re: Is it possible to change robot models in MvM?
 
Quote:

Originally Posted by friagram (Post 2229422)
That was probably my server.
You just set their custom model like you would with any player model

With SetEntityModel()? Because I was messing around with that before and it didn't seem to work when I went into thirdperson.

Oshizu 11-29-2014 16:47

Re: Is it possible to change robot models in MvM?
 
More like this:
PHP Code:

        SetVariantString("models/bots/headless_hatman.mdl");
        
AcceptEntityInput(client"SetCustomModel");

        
SetEntProp(clientProp_Send"m_bUseClassAnimations"1); 



All times are GMT -4. The time now is 04:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.