їCуmo hacer un comando de 3 opciones?
#6

Si vas a tomar informaciуn de otros post mнralos bien xD

PHP код:
CMD:retirar(playeridparams[])
{
    new 
opcion[24];
    if(
sscanf(params"s[24]"opcion)) return SendClientMessage(playerid, -1"/retirar opciуn");
    if(!
strcmp(opcion"Negocio"true))
    {
        for(new 
0sizeof(NegocioInfo); h++)
        {
            if(
IsPlayerInRangeOfPoint(playerid3.0,NegocioInfo[h][nPosX], NegocioInfo[h][nPosY], NegocioInfo[h][nPosZ]))
            {
                if(
strcmp(NegocioInfo[h][nPropietario], NombreJugador(playerid)) == 0)
                {
                    if(
NegocioInfo[h][nDinero] >= monto)
                    {
                        
GanaDineroPlayer_(playeridmonto), NegocioInfo[h][nDinero] -= monto;
                        
format(stringsizeof(string), "Sacaste "#CVERDE"%d$"#CBLANCO" de la caja fuerte. Ahora queda(n) "#CVERDE"%d$"#CBLANCO" depositados en la caja fuerte.",monto,NegocioInfo[h][nDinero]);
                        
SendClientMessage(playeridCOLOR_BLANCOstring), GuardarNegocio(h);
                        return 
1;
                    }
                    else
                    {
                        
SendClientMessage(playeridCOLOR_ROJO"* No tienes esa cantidad en la caja fuerte.");
                        return 
1;
                    }
                }
                else
                {
                    
SendClientMessage(playeridCOLOR_ROJO"* No eres el propietario de este negocio.");
                    return 
1;
                }
            }
        }
        
SendClientMessage(playeridCOLOR_ROJO"* No estбs cerca de ningъn negocio.");
    }
    else if(!
strcmp(opcion"Otra"true))
    {
    }
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)