29.12.2010, 06:05
Your callback "ConnectLog" doesn't have a playerid parameter.
pawn Код:
forward ConnectLog(playerid,string[]);
public ConnectLog(playerid,string[])
{
//Your code
}
//To use
ConnectLog(playerid,"This is going to be logged");