[Ajuda]
#4

pawn Код:
if (strcmp("/radio", cmdtext, true, 10) == 0 || strcmp("/r", cmdtext, true, 10) == 0) //para comandos simples
if(strcmp(cmd, "/radio", true) == 0 || strcmp(cmd, "/r", true) == 0) //Para comandos complexos
Sobre o sistema de registro, tб faltando coisas ai no cуdigo que mandou.

tipo:
pawn Код:
if(!dini_Exists(arquivo))
    {
        new pNome[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pNome, sizeof(pNome));
        format(arquivo, sizeof(arquivo), "%s.ini",pNome);
        dini_Create(arquivo);
    }
Outra coisa: Fini salva em .txt Dini salva em .ini se nгo me engano.
Reply


Messages In This Thread
[Ajuda] - by Carl_Thuse - 09.05.2011, 15:13
Re: [Ajuda] - by Josma_cmd - 09.05.2011, 15:23
Re: [Ajuda] - by Carl_Thuse - 09.05.2011, 15:27
Re: [Ajuda] - by Josma_cmd - 09.05.2011, 15:29
Re: [Ajuda] - by Carl_Thuse - 09.05.2011, 15:34
Re: [Ajuda] - by Josma_cmd - 09.05.2011, 15:37
Re: [Ajuda] - by Carl_Thuse - 09.05.2011, 15:43
Re: [Ajuda] - by Macintosh - 09.05.2011, 16:21
Re: [Ajuda] - by Carl_Thuse - 09.05.2011, 16:23
Re: [Ajuda] - by Macintosh - 09.05.2011, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)