Quote:
Originally Posted by Ghosted
Code:
WeaponEntity = create_entity( eData[ Weapon_Name ] );
create_entity creates just entity without any private data cause there's no classname to link its privatedata.
|
No, that's
EngFunc_CreateEntity.
@OP, debug every line of your code and check runtime errors. You may be having issues with
weapon_glock like in one of your previous topics IIRC.
But I'm on my phone atm so I can't check the code thoroughly, just guessing.
__________________