[Ajuda] Erros a compilar
#4

Nossa!

pawn Код:
public OnPlayerConnect(playerid)
{
    new sendername[MAX_PLAYER_NAME];
    new giveplayer[MAX_PLAYER_NAME];
    new giveplayerid;
    new str[256];
    new NDetonador[MAX_PLAYER_NAME];
    GetPlayerName(playerid, NDetonador, sizeof(NDetonador));
    if(strfind(NDetonador, "_", true) == -1)
    {
       GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
        GetPlayerName(playerid, sendername, sizeof (sendername));
        format(str, sizeof (str), "{FF8C00}RevZ_ kickou %s Razгo: Nome Non-RP, coloca um nome RP. Ex: Martim_Miguel.", giveplayer, giveplayerid);
        SendClientMessageToAll(COLOR_WHITE, str);
        Kick(playerid);
        new log[35];
        new regstring[130];
        format(log,sizeof log,"CONTAS/%s.ini",PlayerName(playerid));
        if(!dini_Exists(log))
       return 1;
    }
    //==================[Join Counter]=========================
    JoinCounter = JoinCounter + 1;
    dini_IntSet("CRP_Scriptfiles/Other/JoinCounter.cfg", "Connections", JoinCounter);
    //=========================================================

    ResetStats(playerid);//Setting variables to 0.
    ClearScreen(playerid);//Clearing the users screen from SA-MP messages.
    ShowScriptStats(playerid);//Showing the script information.
    {
        SendClientMessage(playerid,COLOR_GREEN,"_________________________________________________________");
        SendClientMessage(playerid,COLOR_LIGHTBLUE2," Bem Vindo ao Portugal Evolution RolePlay                            ");
        SendClientMessage(playerid, COLOR_LIGHTBLUE2, "Cumpre as regras do servidor e chama amigos!");
        new accstring[64];
        format(accstring, sizeof(accstring), "CRP_Scriptfiles/Accounts/%s.ini", GetPlayerName(playerid));
        new File: hFile = fopen(accstring, io_read);
        if (hFile)
        SendClientMessage(playerid, COLOR_LIGHTBLUE2, "Cumpre as regras do servidor e chama amigos!");
        SendClientMessage(playerid,COLOR_GREEN,"_________________________________________________________");
        format(accstring, sizeof(accstring)," O Jogador %s entrou no servidor.", GetPlayerNameEx(playerid),GetPlayerNameEx(playerid));
        SendClientMessageToAll(0x00A5F6AA, accstring);
    }
    //else

    return 1;
}

stock IsARolePlayName(name[])
{
    new
                szLastCell,
        bool:   bUnderScore;

    for(new i; i < strlen(name); i++)
    {
        if(name[i] == '_')
        {
            if(bUnderScore == true)
                return 0;

            bUnderScore = true;
        }

        else if(!szLastCell || szLastCell == '_') // Check if capitalized where it should be
            if(name[i] < 'A' || name[i] > 'Z')
                return 0;
            else
            if(name[i] < 'a' || name[i] > 'z')
                return 0;

        szLastCell = name[i];
    }

    if(bUnderScore == true)
        return 0;

    return 1;
}

Comece por freeroam ou algo do tipo, nгo por RPG.
Reply


Messages In This Thread
[Ajuda] Erros a compilar - by JuniorPT - 29.12.2011, 18:58
Re: [Ajuda] Erros a compilar - by Lуs - 29.12.2011, 19:14
Re: [Ajuda] Erros a compilar - by JuniorPT - 29.12.2011, 19:16
Re: [Ajuda] Erros a compilar - by Lуs - 29.12.2011, 22:02
Re: [Ajuda] Erros a compilar - by JuniorPT - 30.12.2011, 08:21

Forum Jump:


Users browsing this thread: 1 Guest(s)