PDA

View Full Version : Server Actors?


Norman
17th September, 2001, 08:50 PM
HI.

I have made a server mod which uses a
serveractor with a class below actor
but im having 1 problem, the serveractor shows
up in my level as a horses head



class LServerActor expands Actor;

event PreBeginPlay ()

{

Log("L mod initialising.");

Spawn(Class'L_SpawnNotify');

}

Any ideas ?

Norman

Norman
18th September, 2001, 10:40 AM
No Need

sussed it :)