[Pomoc] PayDay

Započeo MEMOREX™️, Decembar 23, 2011, 23:25:10 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

Skripta koju koristim: Moja
Detaljan opis problema: Npr. Kako da uradim PayDay da od 18:00 do 19:00 bude na 15 min a ostalo na 30.?  Inace sad imam 30 min...
Dio skripte:
Public Payday:

public PayDay(playerid)
{
new string[197];
new levelpd = PlayerInfo[playerid][pLevel];
new moneypayday = 100*levelpd;
PlayerInfo[playerid][pExp] += 1;
PlayerInfo[playerid][pKnjizica] += moneypayday;
PlayerInfo[playerid][pUgovor] -= 1;
format(string, sizeof(string), "PAYDAY: Uspjesno ste dobili placu u iznosu od %d na svoju radnu knjizicu te 1 respekt.", moneypayday);
SendClientMessage(playerid, BLUE, string);
return 1;
}

Public PayDayCheck:

public paydaycheck()
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
    if(PlayerInfo[i][pLevel] >= 0)
{
new string[197];
new nxtlevel = PlayerInfo[i][pLevel]+1;
new expamount = nxtlevel*levelexp;
new infostring[256];
if (PlayerInfo[i][pExp] < expamount)
{
format(infostring, 256, "ERROR: Nazalost trebas imati %d Respekta, a ti trenutno imas {FFFFFF}[%d]{FF0000}, te nisi dobio levelup!",expamount,PlayerInfo[i][pExp]);
      SendClientMessage(i,COLOR_LIGHTRED, infostring);
        return 1;
}
else
{
format(string, sizeof(string), "INFO: Cestitamo, sada si %d level!", nxtlevel);
PlayerPlaySound(i, 1052, 0.0, 0.0, 0.0);
SendClientMessage(i, COLOR_GOLD, string);
PlayerInfo[i][pLevel]++;
}
}
}
}
    return 1;
}

Timer Za PayDay:

payday[playerid] = SetTimer("PayDay", 3000000, 1);

Neke slike/video za lakse dobivanje pomoci(neobavezno): //
Skriptam za pare


Kopija Los Balkana sa Happy hourom.
Zeli da u 18:00 dobije platu,onda u 18:15,sljedecu u 18:30,i tako do 19:00,nakon toga da svako pola sata dobija sve do narednog dana kada bude 18:00.

Citat: Explode.ba poslato Decembar 24, 2011, 00:31:10 PRE PODNE
nekužim da pay bude na 18:15 i 19:15 ?

Ne Od 18:00 Sati do 19:00 da bude PayDay svakih 15 minuta..Kuzis?

EDIT: Ok onda stavim od 15:00 Do 16:00, samo ako mi neko objasni kako :)
Poslednja Izmena: Decembar 24, 2011, 00:35:17 PRE PODNE od Memorexâ„¢
Skriptam za pare

meni treba pomoc za payday kako da stavi mda plata bude po 500 a ne po 9000
Balkan Online Public CS 1.6
IP:188.40.52.207:27027
Forum: www.cs-balkanonline.site40.net
Posjetite nas......

Citat: (BSL)MasteR poslato Decembar 24, 2011, 00:38:36 PRE PODNE
meni treba pomoc za payday kako da stavi mda plata bude po 500 a ne po 9000
Daj sve vezano za PayDay da ti editam ;)
Skriptam za pare

public PayDay()
{
new string[128];
new account,interest;
new rent = 0;
foreach (Player, i)
{
    if(PlayerInfo[i][pLevel] > 0)
    {
    if(MoneyMessage[i]==1)
{
    SendClientMessage(i, COLOR_LIGHTRED, "Niste uspjeli da vratite dug, idete u zatvor.");
    GameTextForPlayer(i, "~r~Uhapsen!", 2000, 1);
    SetPlayerInterior(i, 6);
    PlayerInfo[i][pInt] = 6;
    SetPlayerPos(i, 264.6288,77.5742,1001.0391);
            PlayerInfo[i][pJailed] = 1;
            SafeResetPlayerWeapons(i);
            SafeResetPlayerMoney(i);
WantedPoints[i] = 0;
PlayerInfo[i][pJailTime] = 240;
format(string, sizeof(string), "Uhapseni ste na %d sekundi.   Kaucija: Nedostupna", PlayerInfo[i][pJailTime]);
SendClientMessage(i, COLOR_WHITE, string);
}
new playername2[MAX_PLAYER_NAME];
GetPlayerName(i, playername2, sizeof(playername2));
account = PlayerInfo[i][pAccount];
new key = PlayerInfo[i][pPhousekey];
if(key != 255)
{
rent = HouseInfo[key][hRent];
if(strcmp(playername2, HouseInfo[key][hOwner], true) == 0)
{
rent = 0;
}
else if(rent > GetPlayerMoney(i))
{
PlayerInfo[i][pPhousekey] = 255;
SendClientMessage(i, COLOR_WHITE, "Iseljeni ste.");
rent = 0;
}
HouseInfo[key][hTakings] = HouseInfo[key][hTakings]+rent;
}
new tmpintrate;
if (key != 255 && strcmp(playername2, HouseInfo[key][hOwner], true) == 0)
{
    if(PlayerInfo[i][pDonateRank] > 0) { tmpintrate = intrate+4; }
else { tmpintrate = intrate+2; }//HouseInfo[key][hLevel]
}
else
{
    if(PlayerInfo[i][pDonateRank] > 0) { tmpintrate = 3; }
else { tmpintrate = 1; }
}
if(PlayerInfo[i][pPayDay] >= 5)
{
    Tax += TaxValue;//Should work for every player online
    PlayerInfo[i][pAccount] -= TaxValue;
new checks = PlayerInfo[i][pPayCheck] / 5;
if(PlayerInfo[i][pDonateRank] > 0)
{
    new bonus = PlayerInfo[i][pPayCheck] / 10;
    checks += bonus;
}
    new ebill = (PlayerInfo[i][pAccount]/500)*(PlayerInfo[i][pLevel]);
    account += checks;
    if(PlayerInfo[i][pAccount] > 0)
    {
    PlayerInfo[i][pAccount] -= ebill;
    SBizzInfo[4][sbTill] += ebill;
}
else
{
    ebill = 0;
}
interest = (PlayerInfo[i][pAccount]/500)*(tmpintrate);
PlayerInfo[i][pExp]++;
PlayerInfo[i][pAccount] = account+interest;
SendClientMessage(i, COLOR_GROVE, "~~~~~ IZVESTAJ BANKE~~~~");
format(string, sizeof(string), "  Plata: $%d   Takse: -$%d", checks, TaxValue);
SendClientMessage(i, ORANGE, string);
if(PlayerInfo[i][pPhousekey] != 255 || PlayerInfo[i][pPbiskey] != 255)
{
    format(string, sizeof(string), "  Racun za struju: -$%d", ebill);
SendClientMessage(i, ORANGE, string);
}
format(string, sizeof(string), "  Staro stanje: $%d", account - checks);
SendClientMessage(i, ORANGE, string);
format(string, sizeof(string), "  Kamata: 0.%d posto",tmpintrate);
SendClientMessage(i, ORANGE, string);
format(string, sizeof(string), "  Kamatni interes $%d", interest);
SendClientMessage(i, ORANGE, string);
SendClientMessage(i, COLOR_GROVE, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
format(string, sizeof(string), "  Novo stanje: $%d", PlayerInfo[i][pAccount]);
SendClientMessage(i, ORANGE, string);
format(string, sizeof(string), "  Rent: -$%d", rent);
SendClientMessage(i, ORANGE, string);
format(string, sizeof(string), "  Ukupan Kredit: $%d", PlayerInfo[i][pKredit]);
SendClientMessage(i, ORANGE, string);
if(PlayerInfo[i][pKredit] != 0)
{
SendClientMessage(i, ORANGE,"  Rata: $500");
PlayerInfo[i][pKredit] -= 500;
PlayerInfo[i][pAccount] -= 500;
}
format(string, sizeof(string), "~y~Plata~n~~b~Plata je stigla na vas racun");
GameTextForPlayer(i, string, 5000, 1);
rent = 0;
PlayerInfo[i][pPayDay] = 0;
PlayerInfo[i][pPayCheck] = 0;
PlayerInfo[i][pConnectTime] += 1;
if(FarmerVar[i] == 0)
{
FarmerPickup[i][0] = 0;
}
if(DrugFarmerVar[i] == 0)
{
DrugFarmerPickup[i][0] = 0;
}
if(SmugglerWork[i] == 0)
{
PayDaySecure[i] = 0;
}
if(PlayerInfo[i][pDonateRank] > 0)
{
    PlayerInfo[i][pPayDayHad] += 1;
    if(PlayerInfo[i][pPayDayHad] >= 5)
    {
        PlayerInfo[i][pExp]++;
        PlayerInfo[i][pPayDayHad] = 0;
    }
}
}
else
{
    SendClientMessage(i, COLOR_WHITE, "* Niste igrali dovoljno dugo da biste dobili platu.");
}
}
}
SaveAccounts();
Checkprop();
return 1;
}


jel bi mogo i lotto da mi namestis da na svakih 1 sat kad je plata bude igranje
Balkan Online Public CS 1.6
IP:188.40.52.207:27027
Forum: www.cs-balkanonline.site40.net
Posjetite nas......

Brate masteru ovo je covekov post i on pita za svoju pomoc idi stavi nov posto

A ti Memorex samo promenis milisekunde na koliko zelis da plata bude:)

ok izvinite.
Balkan Online Public CS 1.6
IP:188.40.52.207:27027
Forum: www.cs-balkanonline.site40.net
Posjetite nas......

Citat: Blaeks_Biofor poslato Decembar 24, 2011, 10:22:47 PRE PODNE
Brate masteru ovo je covekov post i on pita za svoju pomoc idi stavi nov posto

A ti Memorex samo promenis milisekunde na koliko zelis da plata bude:)

Nekontam te. Imam sad na 3000000 to je 30min? kako da stavim samo 30 da je u minutrama?
Skriptam za pare