you can´t assign parameters by the on_-commands!
you have to write a function, who calls the ent_create:

Code:

function create_something()
{
ent_create (KT.mdl, 0,0,0, troop.wdl);
}

on_h = create_something();