[Ajuda] Sistema de PayDay
#2

PHP код:
forward PayDay();
public 
PayDay()
{
    new 
string[350],horas,minutos,segundos,string2[350],string3[350];
    
gettime(horas,minutos,segundos);
    
//SetWorldTime(horas);
    
PayDayLeft 35-minutos;
    new 
suma,intereses,sumat;
    for(new 
0MAX_PLAYERSi++)
    {
        if(
JugadorLogeado[i] == 1)
        {
            if(
GetTickCount() - TiempoPDS[i] < 1200000) return SCM(i,COR_VERDE,"Vocк nгo jogou tempo susficiente para receber seu pagamento diario");
            new 
paga PlayerInfo[i][pScore]*100+50;

            if(
PlayerInfo[i][vip] == 1)
            {
                
intereses PlayerInfo[i][pBanco]/500;
                if(
intereses 4000) { intereses 4000; }
            }
            else
            {
                
intereses PlayerInfo[i][pBanco]/1000;
                if(
intereses 1500){ intereses 1500; }
            }
            
SendClientMessage(iCOR_BRANCO"{F0F0F0}/_____________ RESUMO DE SUA CONTA _____________/");
            if(
PlayerInfo[i][pRol] == 1)
            {
                
format(string2sizeof(string2), " Pagamento por servir a Lei: {00CC00}$3000");
                
SendClientMessage(i, -1,string2);
                
sumat=sumat+3000;
            }
            if(
suma >= 0)
            {
                
format(string3sizeof(string3), " Pagamento diбrio: {00CC00}$%d {FFFFFF} | Total: {00CC00}$%d"paga,suma);
                
SendClientMessage(i, -1,string3);
                
format(string2sizeof(string2), " Saldo Bancario: {00CC00}$%d{FFFFFF} | Juros (interesses): {00CC00}$%d",PlayerInfo[i][pBanco]+sumaintereses);
                
SendClientMessage(i, -1,string2);
            }
            else if(
suma 0)
            {
                
format(string3sizeof(string3), " Pagamento diбrio: {00CC00}$%d | Total: {FF3300}$%d"paga,suma);
                
SendClientMessage(i, -1,string3);
                
format(string2sizeof(string2), " Saldo Bancario: {00CC00}$%d{FFFFFF} | Juros (interesses): {00CC00}$%d",PlayerInfo[i][pBanco]-sumaintereses);
                
SendClientMessage(i, -1,string2);
            }
            
SendClientMessage(iCOR_BRANCO"{F0F0F0}/________________ FIM DO RESUMO ________________/");
            
PlayerInfo[i][pBanco] += sumat;
            
TiempoPDS[i] = GetTickCount();
            if(
PlayerInfo[i][pExperiencia] < PlayerInfo[i][pNivelExp])
            {
                
PlayerInfo[i][pExperiencia]++;
                
SetProgressBarValue(XP[i],PlayerInfo[i][pExperiencia]);
                
UpdateProgressBar(XP[i],i);
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Sistema de PayDay - by MKVplayer123 - 29.03.2017, 22:55
Re: Sistema de PayDay - by henriqueTL - 29.03.2017, 23:26
Re: Sistema de PayDay - by HoodScript - 29.03.2017, 23:35
Re: Sistema de PayDay - by MKVplayer123 - 30.03.2017, 00:54
Re: Sistema de PayDay - by HoodScript - 30.03.2017, 01:12
Re: Sistema de PayDay - by MKVplayer123 - 30.03.2017, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)