Comando, SERVER: Unknown command
#4

Quote:
Originally Posted by LatinZ
Посмотреть сообщение
Код:
CMD:comprarcasa(playerid, params[])
{
    for(new i = 0; i < sizeof(CasaInfo); i++)
    {
        if(IsPlayerInRangeOfPoint(playerid, 2.5, CasaInfo[i][cPosX], CasaInfo[i][cPosY], CasaInfo[i][cPosZ]))
        {
            if(CasaInfo[i][cPropietario] != 0) return SendClientMessage(playerid, COLOR_ROJO, "ERROR: {C7C7C7}Esta casa no estб en venta.");
            if(CasaInfo[i][cPrecio] > PlayerInfo[playerid][Dinero]) return SendClientMessage(playerid, COLOR_ROJO, "ERROR: {C7C7C7}No tienes el dinero suficiente para adquirir estб casa.");
            CasaInfo[i][cPropietario] = PlayerInfo[playerid][ID];
            ActualizarCasas(i);
            GuardarCasas(i);
            GivePlayerMoney(playerid, -CasaInfo[i][cPrecio]);
            SendClientMessageEx(playerid, COLOR_VERDE_1, "INFORMACIУN: {C7C7C7}Has adquirido una nueva casa por %s.", FormatoCantidad(CasaInfo[i][cPrecio]));
        }
        else return SendClientMessage(playerid, COLOR_ROJO, "ERROR: {C7C7C7}No estбs cerca de una casa para utilizar el comando.");
    }
    return 1;
}
Cuando la compro me cierra el samp-server, el crashdetect no me quiere cargar para que diga el error y en la casa ID 2 sigue diciendo que no estoy cerca de una casa
Reply


Messages In This Thread
Comando, SERVER: Unknown command - by wharlos - 12.05.2016, 23:43
Re: Comando, SERVER: Unknown command - by KevinReinke - 12.05.2016, 23:45
Re: Comando, SERVER: Unknown command - by Unrea1 - 12.05.2016, 23:49
Respuesta: Re: Comando, SERVER: Unknown command - by wharlos - 13.05.2016, 00:11
Re: Comando, SERVER: Unknown command - by Unrea1 - 13.05.2016, 01:18
Respuesta: Re: Comando, SERVER: Unknown command - by aoEXE - 13.05.2016, 01:29
Respuesta: Comando, SERVER: Unknown command - by wharlos - 13.05.2016, 01:36
Re: Comando, SERVER: Unknown command - by KevinReinke - 13.05.2016, 01:41
Respuesta: Re: Comando, SERVER: Unknown command - by wharlos - 13.05.2016, 01:44
Re: Respuesta: Re: Comando, SERVER: Unknown command - by KevinReinke - 13.05.2016, 01:46

Forum Jump:


Users browsing this thread: 1 Guest(s)