[AJUDA] Alguns erros, vocкs serгo os beneficiados!
#4

Continuou alguns erros mas consegui retira-los comparando os dois codigos й observando pequenas falhas, entretanto continua um:

pawn Код:
teleportes.pwn(233) : warning 213: tag mismatch
pawn Код:
CMD:irlocal(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COR_BRANCO,"Vocк nгo estб autorizado a usar este comando.");
    if(sscanf(params, "s", local))  return SendClientMessage(playerid, COR_BRANCO,"Use: /irlocal [nome do local]");
    format(file,sizeof(file), "/Locais/%s.ini",local);
    if(!dini_Exists(file)) dini_Create(file);
    x = dini_Float(file,"X");
    y = dini_Float(file,"Y");
    z = dini_Float(file,"Z");
    interior = dini_Float(file,"Interior");//ERRO AKI
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid), x,y,z);
        LinkVehicleToInterior(GetPlayerVehicleID(playerid), interior);
        SendClientMessage(playerid, COR_BRANCO,"Vocк foi teleportado com sucesso!");
        return 1;
    }
    else
    {
        SetPlayerPos(playerid, x,y,z);
        SendClientMessage(playerid, COR_BRANCO,"Vocк foi teleportado com sucesso!");
    }
    return 1;
}
@EDIT

Problema resolvido, + REP para os dois e logo logo o FS serб postado (AINDA SERA ADICIONADA NOVAS FUNЗХES E SERA TESTADO PARA DESCOBRIR POSSIVEIS BUGS).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)