OnPlayerConnect not calling.
#2

I am not sure but see if it works this way.

pawn Код:
#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
       // ........ some code
}

public OnPlayerConnect( playerid )
{
       print("debug OnPlayerConnect" );
       //.... other code
}

#endif
Reply


Messages In This Thread
OnPlayerConnect not calling. - by Marricio - 12.08.2012, 04:06
Re: OnPlayerConnect not calling. - by Nicholas. - 12.08.2012, 04:40
Re : OnPlayerConnect not calling. - by cazanova - 12.08.2012, 04:55
Re : OnPlayerConnect not calling. - by Sandiel - 12.08.2012, 05:01
Re: OnPlayerConnect not calling. - by IceMeteor - 12.08.2012, 05:27
Re: OnPlayerConnect not calling. - by Socan - 12.08.2012, 05:53
Re: OnPlayerConnect not calling. - by leonardo1434 - 12.08.2012, 07:22
Re: OnPlayerConnect not calling. - by playbox12 - 12.08.2012, 08:13
Re: OnPlayerConnect not calling. - by Socan - 12.08.2012, 08:37
Re: OnPlayerConnect not calling. - by kickerbat - 12.08.2012, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)