By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!public OnPlayerConnect(playerid)
{
new serial[40];
GetPlayerSerial(playerid, serial, sizeof(serial));
if (IsSerialBanned(serial)) // тут уже делаешь свою реализацию
{
SendClientMessage(playerid, -1, "пока бро ты в бане ");
Kick(playerid);
}
return 1;
}
GetPlayerSerial(playerid)