Quote:
Originally Posted by The Knight
Esse cуdigo foi feito por mim, e o erro й ter "sucess" e o certo й "sucess", enganei-me na altura.
PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
new IP[ 16 ];
if( !success )
{
for( new playerid; playerid <= MAX_PLAYERS; playerid++ )
{
GetPlayerIp( playerid, IP, sizeof( IP ) );
if( !strcmp( ip, IP, true ) )
{
SendClientMessage( playerid, Vermelho, "[RCON] Senha errada, se errar 3 vezes serб banido!" );
SetPVarInt( playerid, "kTent", GetPVarInt( playerid, "kTent" ) + 1 ) ;
if( GetPVarInt( playerid, "kTent" ) == 3 )
return Ban( playerid );
}
}
}
return true;
}
Se der erro, й o seu include <a_samp> que nгo estб atualizado.
|
DESCULPE A DEMORA PARA RESPONDER! MAS Й PQ FIKEI SEM NET ¬¬
olha deu esses
ERROS
Код:
C:\Users\marcos\Desktop\MyServers\Brasil City Furious\gamemodes\BCF.pwn(4906) : error 017: undefined symbol "SetPVarInt"
C:\Users\marcos\Desktop\MyServers\Brasil City Furious\gamemodes\BCF.pwn(4908) : error 017: undefined symbol "GetPVarInt"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.