Problem with entity
Hi all.
I'm trying to make an entity to follow me. But the entity doesn't appears. Here's the code: PHP Code:
|
Re: Problem with entity
ExecuteHam(Ham_CS_RoundRespawn, ent)
-> DispatchSpawn( ent ) |
Re: Problem with entity
Again, didn't work. I mean, it doesn't appears.
Btw, did you see my comments? Can you tell me what is take_damage for because I don't want to make new tread? |
Re: Problem with entity
Change kRenderTransAlpha to kRenderTransTexture.
|
Re: Problem with entity
First, if you add entity_set_edict(ent, EV_ENT_aiment, id) to entity then that id will not see that ent
( Also owner was needed to set if you want to use aiment if i remember correctly ) 2. if you use aiment then you cant change render stuff (EV_INT_rendermode, EV_INT_renderfx etc...) if you do then entity will be invisible for ohter but you can see it with CAMERA_3RDPERSON view mode. |
Re: Problem with entity
Quote:
|
Re: Problem with entity
I'm trying to make entity which moves with me and looks like ZP: Force Field. But it doesn't appears. I can't see problem to see entities with entity_set_edict(ent, EV_ENT_aiment, id);
|
Re: Problem with entity
Quote:
I haven't played zombie plague in a long time so I'm not sure what you mean. Can't you just set glow on the player or is it supposed to appear as a glowing sphere? |
Re: Problem with entity
I want http://www.prikachi.com/users/volinouse/7T.png to move with me everywhere
|
| All times are GMT -4. The time now is 10:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.