23.07.2017, 07:36
You can change the parameters order, as OneDay said, or you can call your function like this:
PHP код:
OnPlayerConnect(playerid)
{
SendAdminAlert(.message="A player joined the server.");
return 1;
}