OnPlayerConnect not calling.
#1

Well, i have the callback OnPlayerConnect in a filterscript.

pawn Код:
#define FILTERSCRIPT

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

public OnPlayerConnect( playerid )
{
       print("debug OnPlayerConnect" );
       //.... other code
}
I never received the print on the console. I tried relogging few times or reloading the filterscript and relog but nothing.
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: 4 Guest(s)