paycheck
#4

Yo te doy algo simple y facil pero no se le varia:

pawn Код:
PlayerInfo[i][pAccount] = Info[i][pPayCheck]+ TaxValue+Info[i][pLevel]*100;

}
                    SendClientMessageEx(i, COLOR_WHITE,         "* ESTADO DE CUENTA DEL BANCO DE SAN ANDREAS * ");
                    format(string, sizeof(string),              "  Pago:  $%d | Impuestos   : -$%d", Info[i][pPayCheck]+Info[i][pLevel]*100, TaxValue);
                    SendClientMessageEx(i, COLOR_GRAD2, string);
                    format(string, sizeof(string),              "  Interйs ganado: 0.%d por ciento", interest);
                    SendClientMessageEx(i, COLOR_GRAD2, string);
                    Info[i][pAccount] += paytotal;
                    format(string, sizeof(string),              "  Total: $%d | N. Balance  : %d$", paytotal, Info[i][pAccount]);
                    SendClientMessageEx(i, COLOR_GRAD2, string);
                    SendClientMessageEx(i, COLOR_WHITE,         "-------------------------------------------------");
Cada 1 nivel de mas recibe 100 pesos mas.
Reply


Messages In This Thread
paycheck - by Jeree10 - 19.09.2014, 01:37
Respuesta: paycheck - by Juance - 19.09.2014, 02:42
Respuesta: paycheck - by Jeree10 - 19.09.2014, 12:28
Re: paycheck - by Alban - 19.09.2014, 12:43
Re: paycheck - by Jeree10 - 20.09.2014, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)