• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code Prelogin Event doesnt run.

DreTaX

FNG / Fresh Meat
Jan 29, 2013
4
0
Hello.

I have a small problem with coding. I'm new, but i cant say why doesn't the prelogin event run, on player join. Can anyone help?

Code:
class MutTafaka extends Info
                hidecategories(Movement,Collision,Lighting,LightColor,Karma,Force);
 
event PreLogin( string Options, string Address, string PlayerID, out string Error, out string FailCode )
{
    Log("PreLogin from "@Address@" FailCode: "@FailCode);
}

I'm trying to load the mutator with ServerActors.