attached model additive not visible
I have a problem, I attached a model to a player and the model is visible to other players only if pev_render is 0, any other value than that is invisible only to OTHER players, I can see it on thirdperson view... how can I fix this ?
|
Re: attached model
*BUMP*
noone knows ? I just need an attached additive model to a player, I have the code, it works... but it's not visible to other players, only to me, but if I remove the pev_rendermode (or set it to 0, normal) it it's visible to other players |
Re: attached model
Let me see the code.
Also, please wait two weeks before you bump your posts. |
Re: attached model
Oh, sry about the bump :P
the code... it's pretty obvious :) I just explained what I have... ok let me explain in code; this is when I can only see my model (with third person view) but noone else can: Code:
ent = engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "info_target"))all I need is to set an attached additive model to an player that is not affected by world lightning and also seen by other players. |
Re: attached model additive not visible
well, this thread has gone to page 7 by now... doesn't anyone know why an attached rendermode 5(additive) model isn't viewable to any other players but the player attached to ? :(
|
Re: attached model additive not visible
Well I tried your code using a hostage model, and I don't have the problem you describe (additive models look pretty cool, btw). I tested with bots if that matters...
You sure you don't have any other plugins/code changing something? |
Re: attached model additive not visible
well... no, all plugins are removed from the plugins.ini ... and I stripped my other codes and made a plain plugin with this and STILL doesn't work :|
Code:
#include <amxmodx> |
Re: attached model additive not visible
Have you tried using another model?
|
Re: attached model additive not visible
It can't be :) because I can see it but other players can't (tested with another computer that's next to me, so nothing as a false report there :) ) so if rendermode 5 would make the model entierily invizible... I couldn't see it either :) but I can :P
|
| All times are GMT -4. The time now is 16:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.