[DUV] Ajuda FS
#1

Galera Seguinte ... Tava Em Um Server E Tinha Dois Cara Chatos Pra Caramba Lб ... Ai Gostaria De Saber Se Tem Como Criarem Um FS De /IGNORE ID

Ai Tudo Que Ele Fala Vc Num Lee. ... Tem Como ?
Reply
#2

Cara Procura um FS de admin no Search dai Invйs de Inignore [ID]
й /MUte [ID]


-=[
Reply
#3

Nгo Mais Queria Para Todas As Pessoas Do Server ... Que Queiram Usar ... Saca ?

Naum Pra ADM ... Alguem Tenta Criar Aee ?
Reply
#4

Vou Criar Aqui dai Depois eu posto
Reply
#5

Vlww Brigadao MSM
Reply
#6

Olб
duany123
, Criei Este para vocк..

Agora quer ser meu Amigo? rs

[FS]

Aqui
pawn Код:
#include <a_samp>

new CaraMutadoPorra[MAX_PLAYERS];



public OnPlayerCommandText(playerid, cmdtext[])
{
    new cmd[128], idx;
    cmd = strtok(cmdtext, idx);

    if(strcmp(cmd, "/ignorar", true) == 0)
    {
        new tmp[128];
        tmp = strtok(cmdtext, idx);
        new giveplayer;
        tmp = strtok(cmdtext, idx);
        giveplayer = strlen(tmp);

        if(strlen(tmp) == 0) return SendClientMessage(playerid, 0xFFFFFFFF, "Uso do Comando: /ignorar [id]");
 
        CaraMutadoPorra[giveplayer]++;
        return 1;
    }
    if(strcmp(cmd, "/liberar", true) == 0)
    {
            new tmp[128];
        tmp = strtok(cmdtext, idx);
        new giveplayer;
        tmp = strtok(cmdtext, idx);
        giveplayer = strlen(tmp);
        if(strlen(tmp) == 0) return SendClientMessage(playerid, 0xFFFFFFFF, "Uso do Comando: /ignorar [id]");
 
        CaraMutadoPorra[giveplayer]--;
        return 1;
    }
    return 0;
}
public OnPlayerText(playerid, text[])
{
 
  if(CaraMutadoPorra[playerid] == 1) return 0;
  return 1;
}
strtok(const string[], &index)
{
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
    {
        index++;
    }

    new offset = index;
    new result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
        result[index - offset] = string[index];
        index++;
    }
    result[index - offset] = EOS;
    return result;
}
Nгo Testei mais tenho 99% de Certeza que Funciona xD
Reply
#7

Como vocкs nгo alteram os slots no a_samp para eficiкncia faзam:

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS SlotsDoVossoServidor
Reply
#8

Quote:
Originally Posted by russooooo
Como vocкs nгo alteram os slots no a_samp para eficiкncia faзam:

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS SlotsDoVossoServidor
Para que Isso? MAX_PLAYERS jб esta definido no a_samp, mesmo assim obrigado Amor *-*



@EDIT1:
#Russooo:
Quote:

desperdнcio de recursos.

Quais Recursos rs?
Reply
#9

Quote:
Originally Posted by DraKoNeoN
Quote:
Originally Posted by russooooo
Como vocкs nгo alteram os slots no a_samp para eficiкncia faзam:

pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS SlotsDoVossoServidor
Para que Isso? MAX_PLAYERS jб esta definido no a_samp, mesmo assim obrigado Amor *-*
Por isso mesmo.

No a_samp estб definido a 500 slots e a maior parte das pessoas nem 1/5 tem, o que й um desperdнcio de recursos. Por isso ou modificam o a_samp ou no script fazem o que eu disse.
Reply
#10

Vlw Drakon E Russo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)