Spawn Weapon at Origin
Hey guys,
How could I spawn a Weapon at a Origin? (-348, -683, -135) I think it's something with Entitys, isnt it? |
Re: Spawn Weapon at Origin
entity_set_origin() or set_pev() + pev_origin
|
Re: Spawn Weapon at Origin
okay thats clear thanks but i dont know how to make the entity itselfs.
new ent = create_entity("....") but what when i want eg. a awp |
Re: Spawn Weapon at Origin
entity_set_origin(entity, origin) or
If you use set_pev(, pev_origin, ) or entity_set_vector(, EV_VEC_origin Then you have to spawn the weapon so the game send SetOrigin create_entity("weapon_awp") |
| All times are GMT -4. The time now is 02:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.