12.08.2012, 04:06
Well, i have the callback OnPlayerConnect in a filterscript.
I never received the print on the console. I tried relogging few times or reloading the filterscript and relog but nothing.
pawn Код:
#define FILTERSCRIPT
public OnFilterScriptInit()
{
// ........ some code
}
public OnPlayerConnect( playerid )
{
print("debug OnPlayerConnect" );
//.... other code
}