[Ajuda] Anticheater Amour e Heath.
#1

E aн, fiz um sistema que permite que o cheater й detectado, mais nгo manda nenhuma mensagem por que? o que eu fiz?
Reply
#2

vocк fez errado as mensagens: SendClientMessage(playerid, Color, String[]);
troque
PHP код:
SendAdminMessage(COLOR_BROWNstrglobal1); 
por:
PHP код:
SendAdminMessage(playerid,COLOR_BROWNstrglobal); 
Reply
#3

Essa ae tб certo, envia para os admins.
Reply
#4

mande o seu: "SendAdminMessage" entгo
Reply
#5

PHP код:
static stock SendAdminMessage(cor, const string[], nivel)
{
    foreach(new 
iPlayer)
    {
       if(
Account[i][pAdmin] >= nivelSendClientMessage(icorstring);
    }
    
printf("%s"string);
    return 
1;

Reply
#6

tenta assim:
PHP код:
stock SendAdminMessage(cor, const string[], nivel

    for(new 
0GetPlayerPoolSize()+1i++)
    { 
       if(
Account[i][pAdmin] >= nivelSendClientMessage(icorstring); 
    } 
    
printf("%s"string); 
    return 
1

pergunta memi besta, mais precisa:ja verificou se a variбvel do adm, recebeu o valor correto?
Reply
#7

Qual o motivo do +1? na GetPlayerPoolSize?

PHP код:
for(new 0GetPlayerPoolSize()+1i++) 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)