[AJUDA] Nenhuma ideia de como fazer isso.
#9

acho que nгo й assim. deu varios erros aqui.

olha

pawn Код:
if(!fexist("/Casas/Config.txt"))
    {
        dini_Create("/Casas/Config.txt");
        dini_IntSet("/Casas/Config.txt", "Quantidade", 0);
        for(new i; i < 3; i ++) { print("[ATENCAO] Voce deve definir quantas casas hб no seu servidor ! Abra o arquivo \"/Casas/Config.txt\" e altere o parвmetro \"Quantidade\" [ATENCAO]"); }
    }
    if(!fexist("/Gangs/Config.txt"))
    {
        dini_Create("/Gangs/Config.txt");
        dini_IntSet("/Gangs/Config.txt", "Quantidade", 1);
        dini_IntSet("/Gangs/Config.txt", "MaxGangs", 15);
        dini_IntSet("/Gangs/Config.txt", "Membros", 10);
        for(new i; i < 3; i ++) { print("[ATENCAO] Voce deve definir o mбximo de gangs do seu servidor ! Abra o arquivo \"/Gangs/Config.txt\" e altere o parвmetro \"MaxGangs\" [ATENCAO]"); }
    }

    EnableStuntBonusForAll(false);

    MAX_CASAS = dini_Int("/Casas/Config.txt", "Quantidade");
    GANGS = dini_Int("/Gangs/Config.txt", "Quantidade");
    MAX_GANGS = dini_Int("/Gangs/Config.txt", "MaxGangs");
    MAX_MEMBROS = dini_Int("/Gangs/Config.txt", "Membros");
As coisas que estб no meu OnGameMode lol
Reply


Messages In This Thread
[AJUDA] Nenhuma ideia de como fazer isso. - by CanTLoGin - 11.10.2011, 00:46
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by Shelby - 11.10.2011, 00:51
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by CanTLoGin - 11.10.2011, 00:52
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by Falcon. - 11.10.2011, 01:15
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by CanTLoGin - 11.10.2011, 01:23
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by Falcon. - 11.10.2011, 01:25
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by CanTLoGin - 11.10.2011, 01:29
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by [BWL]DuST - 11.10.2011, 03:09
Re: [AJUDA] Nenhuma ideia de como fazer isso. - by CanTLoGin - 11.10.2011, 03:58

Forum Jump:


Users browsing this thread: 3 Guest(s)