 |
|
bad
Join Date: Jul 2004
Location: CS lab
|

12-13-2005
, 14:48
|
#5
|
It is, in theory, possible to copy any entity.
What I would do is this:
Create a global dynamic array using Array module.
Hook create_entity in FM, both of them.
On each create_entity, make a dynamic keytable, and store its index into the global dynamic array, at the index which is its ent ID.
Use engine or FM to hook when key/values are initialized, and store all entity key/values into the dynamic keytable represented by their entID's.
Now you have a massive table of all the entities, and all of their key/values. From this, you can completely copy an entity.
__________________
.png" rel="nofollow noopener">
|
|
|
|