In Load_NPC()
PHP Code:
create_zombie()
PHP Code:
create_zombie(fOrigin)
then
PHP Code:
public create_zombie()
PHP Code:
public create_zombie(flOrigin[3])
and a bit finishing
PHP Code:
entity_set_origin(ent, g_spawn_point)
PHP Code:
entity_set_vector(ent, EV_VEC_origin, flOrigin);
__________________