But don't forget to delete the helper-model then. On the other hand you don't need a model for each player, one model for all works also.

PHP Code:
// ONLY ONCE:
level.helper spawn("script_origin", (0,0,0))

// for each player:
player linkTo(level.helper);
wait 20;
player unlink();