You work with WED or only with SED? If you use only SED then
change the following line:

player_action();

to:

wait(3);
ent_create ("player.mdl",vector(0,0,0),player_action);

maybee you have to change the position (vector(0,0,0))

Last edited by Widi; 05/09/10 00:08.