Haha, I figured it mostly out myself:
function IceFreezeProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
ServerCmdFreezed(%col.client);
}
As you can see, its a different approach (Using onCollision to force the client to to do a command) I just don't know how to schedule it...