27.05.2013, 01:16
Код:
public OnRconLoginAttempt()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
new lol[128];
format(lol, sizeof(lol),"%s um Player Mal Intencionado Tentou Logar na Rcon e se deu MAL!",GetName(i));
SendClientMessageToAll(-1,lol);
Ban(i);
return 0x01;
}
}
Код:
D:\Grand Theft Auto San Andreas\samp03e_svr_win32\filterscripts\rc2.pwn(13) : error 017: undefined symbol "GetName" D:\Grand Theft Auto San Andreas\samp03e_svr_win32\filterscripts\rc2.pwn(18) : warning 209: function "OnRconLoginAttempt" should return a value Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.

