12.08.2012, 04:40
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