04.05.2018, 06:40
Quote:
|
He does if he doesn't want people who haven't logged into the authentication system he is using, using a command.
|
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to log in first.");
return 1;
}

