[Pedido] Comando simples rs
#3

uma unica pergunta, vocк usa o sistema dini? file? ou fini? como arquivo de salvamento de seus jogadores?

@edit

a principio do comando seria isso agora й sу adapta-lo ao seu gm
pawn Код:
if(strcmp(cmd, "/terrestre", true) == 0)
    {
        if(IsPlayerAdmin(playerid))
        {
            tmp = strtok(cmdtext, idx);
            new nome[25] = strlen(tmp);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, 0xC4C4FFAA, "Uso: /terrestre [nome]");
                return 1;
            }
            tmp = strtok(cmdtext, idx);
            if(!dini_Exists(nome))
            {
                SendClientMessage(playerid, COR_BRANCO, "(ERRO) Jogador nгo existe em nosso banco de dados!");
                return 1;
            }
            new str[256];
            GetPlayerName(playerid, sendername, sizeof(sendername));
            format(nome, 25, "contas/usuarios/%s.ini", nome);
            if(dini_Int(nome, "Terrestre") == 0)
            {
                dini_IntSet(nome, "Terrestre", 1);
                format(str, sizeof(str), "(INFO) O instrutor %s setou a licenзa Terrestre de %s para positiva", sendername, nome);
                SendClientMessage(id, 0x00FA9AAA, str);
                return 1;
            }
            else if(dini_Int(nome, "Terrestre") == 1)
            {
                dini_IntSet(nome, "Terrestre", 0);
                format(str, sizeof(str), "(INFO) O instrutor %s setou a licenзa Terrestre de %s para negativa", sendername, nome);
                SendClientMessage(id, 0x00FA9AAA, str);
                return 1;
            }
        }
        else
        {
            SendClientMessage(playerid, COR_VERMELHO, "(ERRO) Vocк nгo й um administrador");
        }
        return 1;
    }
Reply


Messages In This Thread
Comando simples rs - by HumildadeForevis - 18.04.2013, 22:45
Re: Comando simples rs - by arakuta - 18.04.2013, 23:27
Re: Comando simples rs - by hard_dalzot - 19.04.2013, 03:04
Re: Comando simples rs - by HumildadeForevis - 19.04.2013, 17:05
Re: Comando simples rs - by douglasmacb - 20.07.2013, 00:27
Re: Comando simples rs - by HumildadeForevis - 25.07.2013, 00:10

Forum Jump:


Users browsing this thread: 2 Guest(s)